Introduction
This article will cover the following things,
- Brief Concepts
- Implementation – Download and install angular-2 quick feed using NPM
- Implementation – Download and install VS Code
- Implementation – Run a quick-start angular2 feed application using Angular2 in VS Code
- Implementation – Develop a basic Customer application using Angular2 in Visual Studio 2015 from scratch
Brief Concepts
What is Angular2?
- One framework - Mobile & desktop.
- Angular 2.0 was announced at the ng-Europe conference, September 22-23, 2014.
- The final version was released on September 14, 2016.
Benefits of Angular2
- Platform Independent
- Can be developed and deployed on any platform, completely open-source
- Quick and secure
- New addition in the Angular2 allows us to have a better speed as far as loading or processing of application is concerned and it's totally component based. We are not really restricted within the framework as we were in AngularJS 1.X
Implementation – Download and install Angular 2 quick feed using NPM
Create a folder structure with name “Angular2-sample” and then check out the quick start feed using git (we need to install git before that).
Get the default folder structure with the default files for start working on Angular2.
Here, you are good to go with Angular2.
Implementation – Download and install VS Code.
Go the URL -- https://code.visualstudio.com/download, download it, and then install it.
Implementation – Run a QuickStart Angular2 feed application using Angular2 in VS Code.
Steps to be followed
Open VS Code and open the project created by the quick-feed of Angular2

Go to the folder location in cmd.exe, run the “npm install” command and wait for a couple of minutes.

Write “npm start” in the command prompt now and see the application getting executed.
After running this command, the browser will open automatically and run the application.

Implementation – Develop a basic Customer application using Angular2 in Visual Studio 2015 from scratch.
Open VS 2015 and create a new project with blank templates.





Nagabhushan PrabhaPosted Aug 1, 2018, 7:28 AM
Nice Article #Gourav
Abhishek ChandelPosted Jul 13, 2017, 10:22 AM
This Article needs to be updated. A lot of things are not working.
Mukesh RawatPosted Jul 4, 2017, 10:42 AM
Sir please tell me the difference between Angular JS and Anjular 2..... Is Angular 2 is the update version of Angular JS???