/Angular2Pack

A Visual Studio extension

Primary LanguageC#OtherNOASSERTION

Angular 2 Snippet Pack for Visual Studio

Build status

Download this extension from the VS Gallery or get the nightly build.


A snippet pack to make you more productive working with the Angular 2 framework. Based on John Papa's snippet pack for Visual Studio Code.

Here's the full list of all the snippets:

Usage

Type part of a snippet, press TAB, and the snippet unfolds.

TypeScript Snippets

  • ng2bootstrap
  • ng2component
  • ng2componentroot
  • ng2httpget
  • ng2module
  • ng2moduleroot
  • ng2pipe
  • ng2routing
  • ng2service
  • ng2subscribe

HTML Snippets

  • ng2-ngClass
  • ng2-ngFor
  • ng2-ngIf
  • ng2-ngModel
  • ng2-routerLink
  • ng2-ngStyle
  • ng2-ngSwitch

Credit

This extension is based on John Papa's Angular 2 Snippets for VS Code

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0