Angular 5 does not listen to file changes

Asked

Viewed 52 times

0

I am having problems with angular 5. When changing the html of a Component is not recompiling the code, I have to stop and restart the compiler to show my change. I am using the ng build --watch command, I accept suggestions. I just need a way to develop without having to restart the compiler to see a change. My settings are:

Ubuntu 16.04 lts Node: 9.8.0 Angular CLI: 1.7.4 Angular: 5.2.9 npm 5.8.0

Thanks in advance.

  • ever tried ng serve?

  • Oops, I already tried Eduardo. But in ng serves it can only monitor changes in the main module. This problem I’m having with the adminlte template built using angular. Maybe there’s something wrong with it. Then I will search calmly and do more tests. Thank you

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.