0
Q:

angular new project

npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
26
/*
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
      
        content_copy
      
      ng new angular-tour-of-heroes
    
1
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