⛔️ DEPRECATED I sincerely apologize, but this repository has been deprecated.
Have you ever missed zen coding support for Angular 2 typescript files inside vscode? If is your answer yes then following extension to Visual Studio Code solve you issue.
- Install Visual Studio Code 1.12.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(OSX) - Select
Install Extension
- Choose the extension Angular 2 TypeScript Emmet
- Reload Visual Studio Code
Type abbreviation using emmet syntax, press tab
, and the abbreviation will be replaced by HTML content.
Replace abbreviation inside template property of Component decorator.