You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and angular-cli: 1.0.0-beta.15
node: 6.2.2
os: win32 x64
Repro steps.
Run ng serve.
Change code on multiple files.
Use 'save all' command.
ng serve will now start build process.
The build will catch only one file's changes!
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
I'm using Vs Code.
Depending on changes:
After ng serve build process finish, either I'll get an Typescript error or it'll not be updated.
If error happens, I'll go to re-save the file with errors (add empty line and save), but in browser I'll get:
OS?
Versions.
Repro steps.
ng serve
.ng serve
will now start build process.The build will catch only one file's changes!
The log given by the failure.
Mention any other details that might be useful.
I'm using Vs Code.
Depending on changes:
After
ng serve
build process finish, either I'll get an Typescript error or it'll not be updated.If error happens, I'll go to re-save the file with errors (add empty line and save), but in browser I'll get:
The text was updated successfully, but these errors were encountered: