Using ng serve
the project runs in localhost but after changing the code it does not refresh.
Lets say we have the general "App Works!!" in the initial project. However, it doesn't change if I edit inside the application.component.ts
the "App works" to "Hello". It still shows App Works!!
what's the problem. Help me out.