cli project code example
Example 1: install angular cli
npm install -g @angular/cli //make sure you have node/npm installed
ng new <appname> // eg: ng new my-app
cd <appname> // cd my-app
ng serve
Example 2: 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 3: angular start command
http-server -a localhost -p 8000 -c-1 .