Angular 2 - TypeScript and HTML template snippets using Visual Studio Code

Simple instructions on how to install Angular 2 TypeScript and HTML snippets in Visual Studio Code. Download VS Code from https://code.visualstudio.com/start Now we need to install Dan Wahlin's Angular2 Snippets,...

Simple instructions on how to install Angular 2 TypeScript and HTML snippets in Visual Studio Code.

- Download VS Code from https://code.visualstudio.com/start

- Now we need to install [Dan Wahlin's Angular2 Snippets](https://marketplace.visualstudio.com/items?itemName=danwahlin.angular2-snippets), to do so, launch the VS Code and open Command Pallete:
On Windows:  Select Ctrl+P
On Mac:      Select ⌘+P
- Once opened, type:
ext install angular2-snippets
- Then press 'Install Extension' button:

2016-04-08_6-02-53

- Restart Visual Studio Code

2016-04-08_6-05-51

- After restarting the VS CODE editor, open any TypeScript file and type the **`a2`** prefix to see the snippets (makes life a bit easier):

2016-04-08_6-12-25

Enjoy!