0
Q:

create new project angular

/*
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.
*/
10
/*
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
ng new project_name
5
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve
0
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
-2

New to Communities?

Join the community