Convert every project to angular-cli
complete
Nate Murray
The current revision of the book (
r53
) contains several different build systems:*
angular-cli
* A custom webpack configuration
* SystemJS
The goal of this feature would be to get every project to use
angular-cli
(or if the app requires a custom webpack config, then an angular-cli
"ejected" configuration).Implicit in this feature is also that the files will use the same layout and naming convention.
Nate Murray
complete
Nate Murray
Good news! The entire book has been updated to use Angular CLI in revision
r56
. If you've already purchased you can get the update on Gumroad!Dave Fisher
BTW it is no longer called the angular-cli. It's now @angular/cli :)
Nate Murray
Dave Fisher: Ha yeah - the branding is tricky here! According to this ticket (https://github.com/angular/angular-cli/issues/4412) the product name is "Angular CLI". Interesting that the git repo is still
angular-cli
. Nate Murray
in progress