@@ -6,6 +6,15 @@ Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,
6
6
7
7
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
8
8
9
+ The source for the snippets come from:
10
+ https://angular.io/
11
+ https://material.angular.io/
12
+ https://github.com/angular/flex-layout
13
+ https://github.com/ngrx/platform
14
+ https://github.com/ngxs
15
+ https://jestjs.io
16
+ and most of all, none of this would exist without the help of all the contributers for fixing, enhancing, testing and making suggestions.
17
+
9
18
# Snippet Prefixes
10
19
11
20
| Prefix | Description |
@@ -71,7 +80,6 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
71
80
72
81
| Snippet | Description |
73
82
| ------- | ----------|
74
- | "": "ng-material-module | "": "App Material Module |
75
83
| cli-cheatsheet | Cli Cheat Sheet |
76
84
| e-atbr | ExpectAsync toBeResolved |
77
85
| e-ntb | Expect Not toBe |
@@ -120,6 +128,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
120
128
| fx-layout-gap | Flex Layout Gap Property |
121
129
| fx-row | Flex Layout Row |
122
130
| fx-row-reverse | Flex Layout Reverse Row |
131
+ | m-accordion> | Material Accordion |
123
132
| m-button | Rectangular Material button w/ no elevation. |
124
133
| m-button-fab | Circular button w/ elevation. |
125
134
| m-button-fab-mini | Small circular button w/ elevation. |
@@ -218,6 +227,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
218
227
| ng-import | import module or component from path; |
219
228
| ng-input | Class Input Property |
220
229
| ng-interpolation | Interpolation: {{ interpolation }} |
230
+ | ng-material-module | Material Module |
221
231
| ng-model | ngModel directive: [ (ngModel)] =\" name\" |
222
232
| ng-module | Feature Module |
223
233
| ng-module-root | App root module |
0 commit comments