ng Build Prod
ng build --prod
Sparkling Shrike
ng build --prod
build angular application :
ng build
ng build --prod --aot --vendor-chunk --common-chunk --delete-output-path --buildOptimizer
ng build --configuration=<env> --output-hashing=all
ng new
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project
cd angular-project
ng serve