Skip to main content

Posts

Showing posts with the label Angular 6 TypeScript Snippets

Angular 6 TypeScript Snippets for VS Code by John Papa

Angular TypeScript Snippets for Visual Studio Code and these code snippets were created by John Papa . This is targeted for Angular 6 + release. This extension for Visual Studio Code adds snippets for Angular for TypeScript and HTML. How to Install in your Angular Project? Please follows this reference link for install – Angular 6 Snippets Also you can explore the Snippets Changelog . Usage - Types below snippet press enter, and the snippet unfolds. TypeScript Angular Snippets – Snippet Purpose a-component component a-component-inline component with inline template a-component-root root app component a-directive directive a-guard-can-activate CanActivate guard a-guard-can-activate-child CanActivateChild guard a-guard-can-deactivate CanDeactivate guard a-guard-can-load CanLoad guard a-httpclient-get httpClient.get with Rx Observable a-http-inter...