Outline
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.