Angular Command
Ng command
Create new project
>ng new projectCreate new Component
>ng g c componentCreate new service
Start ng server
Build application
Add bootstrap to project
Last updated