johnpapa / angular-tour-of-heroes

Angular - Tour of Heroes - The Next Step after Getting Started
Apache License 2.0
826 stars 1.45k forks source link

Read me is now out of date. #121

Closed gravidThoughts closed 7 years ago

gravidThoughts commented 7 years ago

No AOT based scripts in new version of package.json

SanderElias commented 7 years ago

@gravidThoughts. You are right, the whole readme is out of date, as the project is now using the CLI If you build for production, AOT is activated. If you want to play with AOT during development, add --aot to the ng serve ... line in your package.json.

johnpapa commented 7 years ago

updated now