-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Bug Report or Feature Request
- bug report
- feature request
Versions
@angular/cli: 1.0.0
node: 7.7.4
os: win32 x64 (Windows 8.1)
@angular/common: 4.0.0
@angular/compiler: 4.0.0
@angular/animations: 4.0.0
@angular/core: 4.0.0
@angular/forms: 4.0.0
@angular/http: 4.0.0
@angular/platform-browser: 4.0.0
@angular/platform-browser-dynamic: 4.0.0
@angular/router: 4.0.0
@angular/cli: 1.0.0
@angular/compiler-cli: 4.0.0
Repro steps.
Upgraded our project to angular-cli@1.0.0 / angular@4.0.0 and run ng-serve made some code improvements and check them after the auto recompiling
The log given by the failure.
I'm starting my developement routine with starting the project with ng serve then I made some code improvements, then the auto re-compile / change detection sets in. It seems that the cli ignores them completly cause nothing happens, there are no changes that I made and no console logs. After ending ng serve and starting it new, all is fine and the changes and logs are available.