command to start angular application 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: angular start command
http-server -a localhost -p 8000 -c-1 .
Example 3: angular new project
ng new project_name