These set of extension for Visual Studio Code adds snippets of Typescript for angular rapid development.
Prefix | Description |
---|---|
deloitte-angular | Angular Snippets |
deloitte-png | PrimenNg Snippets Coming soon |
All Angular snippets starts with "deloitte-angular-". Multiple snippets come in multiple variations.
Snippet | Description |
---|---|
deloitte-angular-service-CRUD-setup | To Add CRUD Angular Service Generation Template |
deloitte-angular-service-Subscribe | To Add Service Subscription Template |
del-angular-component | Creates standard Angular2+ component template |
del-angular-module | Creates standard Angular2+ module template |
del-http-interceptor | Creates HTTP interceptor |
del-http-interceptor-logging | Creates Logging interceptor |
del-http-error-interceptor | Creates HTTP Error Interceptor |
del-http-jwt-interceptor | Creates JWT Interceptor |
This extension is optimized for developers that use Angular and are no longer using AngularJS (Angular 1).This is by design and meant to help developers learn how AngularJS concepts and techniques map to Angular.
- Angular 7/8
- Rxjs: 6.3.3
- Launch VS Code
- Quick Open (⌘+P)
- Enter the following command and press enter: 'ext install deloitte-angular-snippets'
- Choose extension
- Reload VS Code
- Launch VS Code
- Quick Open (Ctrl-Shift-P)
- Enter the following command and press enter: 'ext install deloitte-angular-snippets'
- Choose extension
- Reload VS Code
Important: This extension due to the nature of it's purpose will create files on your hard drive and if necessary create the respective folder structure. While it should not override any files during this process, I'm not giving any guarantees or take any responsibility in case of lost data.