Q:

ng angular

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
ng new project_name
5
      
        content_copy
      
      ng new angular-tour-of-heroes
    
1
      
      ng new <name> [options]
    
0
      
      ng n <name> [options]
    
0

Tags

New to Communities?

Join the community