I searched, but I could not find a solution to this problem. Maybe I'm just doing something very wrong. I have an Angular 7 app, when I build it, it geneates a nicelly built project in /dist. But when I change something for a new release, my build does not change.
Let's say I have a file called 'dashboard', if I just add something like 'TEST TEST TEST TEST TEST.......', it does not display on my new build, but it does when I ng serve..
What am I doing wrong here? I have to completely reinstall npm to get my new build to work, but that's far to impractical.
ng buildagain after the changes to the source code? If yes, what if you deletedist/entirely in-between?ng buildagain and hard refresh the the browser may be some cache issue.