Part 1 : Setting up Angular 2 development environment and creating first angular 2 app
- Globally using angilar cli
- Locally to particular directory using angular quickstart
Refer following video for details.
Install NodeJs before starting anything from following link :
Method 1 : Using angular cli
- open command prompt and type npm install -g @angular/cli to install angular globally.
- to cretae new project type ng new my-app
Method 2 : Local install by quickstart
- Download project from link https://github.com/angular/quickstart
- Extract the folder go into the folder open cmd and type npm install to install all the dependencies and project is ready for development
Download ready project from following link :
No comments