Windows 10
angular-cli: 1.0.0-beta.28.3
node: 6.9.4
os: win32 x64
@angular/common: 2.4.5
@angular/compiler: 2.4.5
@angular/core: 2.4.5
@angular/forms: 2.4.5
@angular/http: 2.4.5
@angular/platform-browser: 2.4.5
@angular/platform-browser-dynamic: 2.4.5
@angular/router: 3.4.5
@angular/compiler-cli: 2.4.5
after update code files ts webpack not compile this files, but work fine for files html
typescript not compiled
temporary fix npm install @ngtools/[email protected]
same issue here https://github.com/angular/angular-cli/issues/4338
Still have this issue in 1.0.0-beta.30
same here with 1.0.0-beta.30. After code changes i need to restart.
Temporary fix from kuncevic is working.
Still having this issue in 1.0.0-beta.30 as well
Bad bug for productivity!
try with : npm install @ngtools/[email protected]
works fine
After change a file the website is not reloading with "@ngtools/webpack": "^1.2.7",
Why is this closed?
@Jonatthu : first update your angular-cli to get last version if reload not working install @ngtools/[email protected]
But even if a fix exist by downgrade/upgrade a dependency it is still a bug with priority high or blocker.
So it shouldn't be closed until it is fixed isn't it?
Latest version is still beta30 with this bug.
@DaveXCS the bug has being fixed in @ngtools/[email protected] with that commit https://github.com/angular/angular-cli/commit/9fcf10a89b0995c2da606fbbe5a341d42044654b try npm install @ngtools/[email protected]
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
temporary fix
npm install @ngtools/[email protected]same issue here https://github.com/angular/angular-cli/issues/4338