angular build options code example
Example 1: ng build prod
ng build --prod
Example 2: angular build production
ng build --configuration=<env> --output-hashing=all
Example 3: build angular project
ng build <project> [options]
ng build --prod
ng build --configuration=<env> --output-hashing=all
ng build <project> [options]