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