Angular
Angular CLI Basics - ng build

ng build Exercise Review

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

For the exercises in this section, you should have run something similar to the following commands:

  • ng build --prod
  • ng build --configuration development

You may have used the alias for --configuration, which is -c, or added the = between --configuration and development, but your commands should have been very close to these.

 

I finished! On to the next chapter