Hacker News new | ask | show | jobs
by merb 3158 days ago
`ng serve --aot` will be default?

thanks... please fix: https://github.com/angular/angular-cli/issues/6742 before..

2 comments

They actually reverted aot by default on serve because for really large project it might slow down the reload time.
You can still use --no-aot (or something similar) in the meantime