-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng serve does not watch for file changes in services #10628
Comments
This issue is a duplicate of #1610. Please check that issue for known reasons why live-reload might fail. If I had to bet, you might have your import in a different case (e.g. |
It is working fine with @angular/[email protected], therefore had a doubt why it didn't work with v6. |
I actually have the same problem. Live reload was working before updating the project to angular-cli 6. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
After updating a project to v6, the file changes in services are not watched by
ng serve
. I generated a new project byng new
and then moved my oldsrc/app
directory to this new project.Versions
The text was updated successfully, but these errors were encountered: