We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mac OSX El Capitan
angular-cli: 1.0.0-beta.26 node: 6.9.1 os: darwin x64 @angular/common: 2.4.6 @angular/compiler: 2.4.6 @angular/core: 2.4.6 @angular/forms: 2.4.6 @angular/http: 2.4.6 @angular/material: 2.0.0-beta.1 @angular/platform-browser: 2.4.6 @angular/platform-browser-dynamic: 2.4.6 @angular/router: 3.4.6 @angular/compiler-cli: 2.4.6
ng serve
console.log()
console.log('app update 1'); // app.module.ts console.log('layout update 1'); // layout.module.ts console.log('home update 1'); // home.module.ts
app update 1
update 2
update 1
The text was updated successfully, but these errors were encountered:
This was fixed in #4542, released in beta.31.
It was actually quite hard to track down this problem, and it was exactly what you described. Wish we had known sooner!
Sorry, something went wrong.
Glad to hear it has been solved, thanks a lot!
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.
No branches or pull requests
OS?
Mac OSX El Capitan
Versions.
angular-cli: 1.0.0-beta.26
node: 6.9.1
os: darwin x64
@angular/common: 2.4.6
@angular/compiler: 2.4.6
@angular/core: 2.4.6
@angular/forms: 2.4.6
@angular/http: 2.4.6
@angular/material: 2.0.0-beta.1
@angular/platform-browser: 2.4.6
@angular/platform-browser-dynamic: 2.4.6
@angular/router: 3.4.6
@angular/compiler-cli: 2.4.6
Repro steps.
ng serve
;console.log()
in multiple files but do not save the files yet. eg.app update 1
, without the other 2;update 2
update 2
from one file,update 1
another file, and no output from the last file.The text was updated successfully, but these errors were encountered: