Use Angular CLI

Consider using Angular-CLI for your next angular project. Get started by visiting https://angular.io/ for more information and get a head start with npm install -g @angular/cli. Creating a new project is as easy as ng new PROJECT-NAME. Adding a new component is as simple as ng generate component my-new-component.