Links
Official Page
https://cli.angular.io/
https://cli.angular.io/
Github page
https://github.com/angular/angular-cli
https://github.com/angular/angular-cli
Node Package Repository
https://www.npmjs.com/package/angular-cli
https://www.npmjs.com/package/angular-cli
Usage
Installation
npm install -g @angular/cli
npm install -g @angular/cli
New Project
ng new <project-name>
ng new <project-name>
Generate a component
ng generate <component-name>
ng generate <component-name>
Run the server on http://localhost:4200
ng serve <project-name>
ng serve <project-name>
Videos
How to get productive immediately on Angular 2 with Angular-CLI
https://www.youtube.com/watch?v=sc8wAwn4dn4&t=1s
https://www.youtube.com/watch?v=sc8wAwn4dn4&t=1s
Simple Angular 2 App With Angular CLI
https://www.youtube.com/watch?v=QMQbAoTLJX8
https://www.youtube.com/watch?v=QMQbAoTLJX8
Tutorials
The Ultimate Angular CLI Reference Guide
https://www.sitepoint.com/ultimate-angular-cli-reference/
https://www.sitepoint.com/ultimate-angular-cli-reference/
Angular 2 Tutorial: Create a CRUD App with Angular CLI
https://www.sitepoint.com/angular-2-tutorial/
https://www.sitepoint.com/angular-2-tutorial/
Use the Angular CLI For Faster Angular 2 Projects
https://scotch.io/tutorials/use-the-angular-cli-for-faster-angular-2-projects
https://scotch.io/tutorials/use-the-angular-cli-for-faster-angular-2-projects
No comments:
Post a Comment