angular start command] code example
Example 1: install angular cli
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
Example 2: 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 3: angular start command
http-server -a localhost -p 8000 -c-1 .
Example 4: ng angular
ng n <name> [options]
Example 5: ng angular
ng new <name> [options]