December 2017
Beginner
372 pages
10h 32m
English
The first step in application development is the setup, which we achieved using Angular CLI. Then comes writing the code, which we did in earlier chapters for our Trello application. Next up is building our code, for which Angular CLI provides some neat APIs.
The Angular CLI provides a host of options to build the application, such as building in the dev environment versus building in a production environment. Angular CLI uses webpack for building the application and we will see how webpack helps in managing the application and its dependencies.
Read now
Unlock full access