Q:

angular cli

npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
26
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
32
/*
Setting up new angular project and run on browser
*/
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve

/*
I hope it will help you.
Namaste
*/
11
npm install -g @angular/cli
13
/* @latest is optional  */ 
npm install -g @angular/cli@latest
1
ng new project_name
5

New to Communities?

Join the community