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.