new project in angular cli code example
Example 1: create angular project cli version 8
npm install @angular/[email protected]
ng new angular2app
npm install @angular/[email protected]
ng new angular4app
npm install @angular/[email protected]
ng new angular5app
npm install @angular/[email protected]
ng new angular6app
npm install @angular/[email protected]
ng new angular8app
npm install @angular/[email protected]
ng new angular8app
npm install @angular/[email protected]
ng new Angular9App
Example 2: create new project angular
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