Skip to content

Commit 314f55b

Browse files
committed
Build PR
1 parent 9e4330f commit 314f55b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/Mikael.Angular-BeastCode.svg)](https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode)
33

44
# VSCode Angular TypeScript & Html Snippets
5-
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,4,5 & 6.
5+
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,4,5,6 & 7.
66

77
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
88

@@ -71,6 +71,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
7171

7272
| Snippet | Description |
7373
| ------- | ----------|
74+
| "": "ng-material-module | "": "App Material Module |
7475
| cli-cheatsheet | Cli Cheat Sheet |
7576
| e-atbr | ExpectAsync toBeResolved |
7677
| e-ntb | Expect Not toBe |
@@ -216,7 +217,6 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
216217
| ng-import | import module or component from path; |
217218
| ng-input | Class Input Property |
218219
| ng-interpolation | Interpolation: {{ interpolation }} |
219-
| ng-material-module | App Material Module |
220220
| ng-model | ngModel directive: [(ngModel)]=\"name\" |
221221
| ng-module | Feature Module |
222222
| ng-module-root | App root module |

snippets/typescript.json

+1-1
Large diffs are not rendered by default.

src/README_top.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/Mikael.Angular-BeastCode.svg)](https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode)
33

44
# VSCode Angular TypeScript & Html Snippets
5-
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,4,5 & 6.
5+
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,4,5,6 & 7.
66

77
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
88

src/snippets.json

+2
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
"import {CdkStepperModule} from '@angular/cdk/stepper';",
304304
"import {CdkTableModule} from '@angular/cdk/table';",
305305
"import {CdkTreeModule} from '@angular/cdk/tree';",
306+
"import {DragDropModule} from '@angular/cdk/drag-drop';",
306307
"",
307308
"/**",
308309
" * NgModule that includes all Material modules.",
@@ -320,6 +321,7 @@
320321
"\t\tCdkStepperModule,",
321322
"\t\tCdkTableModule,",
322323
"\t\tCdkTreeModule,",
324+
"\t\tDragDropModule",
323325
"\t\t// Material",
324326
"\t\tMatAutocompleteModule,",
325327
"\t\tMatBadgeModule,",

0 commit comments

Comments
 (0)