Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

build angular project


build angular application  : 
ng build
ng build --prod --aot --vendor-chunk --common-chunk --delete-output-path --buildOptimizer
Comment

angular build production

ng build --configuration=<env> --output-hashing=all
Comment

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
Comment

build angular project

      
      ng build <project> [options]
    
Comment

PREVIOUS NEXT
Code Example
Javascript :: array javascript some vs every 
Javascript :: dropdown validation using jquery 
Javascript :: random positive or negative javascript 
Javascript :: inheritance in javascript 
Javascript :: Number of documents in Mongodb 
Javascript :: get query params react 
Javascript :: timeout 
Javascript :: add eslint dependencies for cypress 
Javascript :: javascript listen array change 
Javascript :: js split string every n characters 
Javascript :: filter repetition 2d array javascript 
Javascript :: jquery validation with ajax submit 
Javascript :: placing card on center in angular flex layout 
Javascript :: lpad javascript 
Javascript :: display date in javascript 
Javascript :: react native new project mac 
Javascript :: Pass Props to a Component Using defaultProps in react 
Javascript :: how to make a confirm popup in vue 
Javascript :: discord.js setactivity 
Javascript :: javascript split regex new line 
Javascript :: js get words first letter 
Javascript :: open folder node js 
Javascript :: check if number appears odd number of times in array javascript 
Javascript :: javascript href on load delay 
Javascript :: get random element from string array java 
Javascript :: filter array of objects with array of objects 
Javascript :: track scroll javascript 
Javascript :: input two decimal places javascript 
Javascript :: momentjs utcoffset 
Javascript :: round value up javascript 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =