angular project build prod code example
Example 1: ng build --prod
ng build --prod --configuration="staging" --output-hashing=all
Example 2: ng build prod
ng build --prod
ng build --prod --configuration="staging" --output-hashing=all
ng build --prod