NativeScript + Angular Snippets for Visual Studio Code
Now compatible with Angular 4.x and above.
This JSON file contains snippets for all NativeScript UI components and some frequently used attributes specifically for use with nativescript-angular.
All UI components are prefixed with ns. Attributes do not have a prefix.
###UI Components
From within TypeScript Component Files:
Component with inline template - nscomponent_template
Component with templateUrl - nscomponent_templateUrl
The following can be used inside both TypeScript and HTML view files: