Skip to content

Commit 5bb6424

Browse files
committed
Fixing readme
1 parent a6dad50 commit 5bb6424

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
227227
| ng-import | import module or component from path; |
228228
| ng-input | Class Input Property |
229229
| ng-interpolation | Interpolation: {{ interpolation }} |
230-
| ng-material-module | Material Module |
230+
| ng-material-module | App Material Module |
231231
| ng-model | ngModel directive: [(ngModel)]=\"name\" |
232232
| ng-module | Feature Module |
233233
| ng-module-root | App root module |

snippets/typescript.json

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

src/README_top.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Visual Studio Code TypeScript and Html snippets and code examples for Angular 2,
77
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
88

99
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
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
1616
and most of all, none of this would exist without the help of all the contributers for fixing, enhancing, testing and making suggestions.
1717

1818
# Snippet Prefixes

src/snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
},
252252
"Angular Material Module": {
253253
"prefix": "ng-material-module",
254-
"description": "Material Module",
254+
"description": "App Material Module",
255255
"types": "typescript",
256256
"body": [
257257
"import {NgModule} from '@angular/core';",

0 commit comments

Comments
 (0)