Reputation: 63
Having trouble with Angular - it will not show changes, either on a file save or browser manual refresh. I've seen several threads about this issue but none of them have worked for me. In order to see a change, I have to cancel the ng serve process and restart it.
I've tried these:
None of these work. I'm at a complete loss. Is there anything else I can try to get this functioning properly?
If I've left out any pertinent info, I apologize - I am a newbie, obviously. Please ask for any info I can provide, and any help would be appreciated..
I'm on a Mac using OS 10.10.5
Upvotes: 3
Views: 1320
Reputation: 1659
Try: ng serve --poll=1000
.
If that does not work you should also look into folder paths having name spaces and remove the spaces i.e 'Some Folder' to SomeFolder.
Upvotes: 3