I have an Angular app which runs perfectly in my local and production environment..
After a tiny change I made, I ran the app locally and it works fine.. Then I built the pr
In my case, I just had to do a 'hard refresh' of the page to clear its cache (using Chrome under Linux it's done by pressing ctrl + F5). After that, everything worked fine again.