December 2017
Beginner
372 pages
10h 32m
English
The Angular CLI provides the following command to build our application:
ng build <<options>>
We can check all the options available with ng build by using the help option as shown in the following command:
ng build --help
When you run this command, you will see many options available; we will look at some of them in the following list:
Read now
Unlock full access