Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to build angular application for production

The command –prod is deprecated since Angular 12 and removed in Angular 14
based on this Angular-Deprecated APIs and features.

Use --configuration production instead.

So the command will be
ng build --configuration production
 
PREVIOUS NEXT
Tagged: #build #angular #application #production
ADD COMMENT
Topic
Name
9+9 =