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