Skip to content

Commit 58bae93

Browse files
author
Mikael Morlund
committed
Updating readme
1 parent cb7ea28 commit 58bae93

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
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,7,8,9 & 10.
5+
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2 to 13.
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

@@ -14,7 +14,7 @@ The source for the snippets come from:
1414
* https://github.com/ngxs
1515
* https://jestjs.io
1616

17-
and most of all, none of this would exist without the help of all the contributers for fixing, enhancing, testing and making suggestions.
17+
and most of all, none of this would exist without the help of all the contributors for fixing, enhancing, testing and making suggestions.
1818

1919
# Snippet Prefixes
2020

@@ -82,6 +82,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
8282
| Snippet | Description |
8383
| ------- | ----------|
8484
| "\"\": \"\", | ng-content |
85+
| ng-material-module | App Material Module |
8586
| cli-cheatsheet | Cli Cheat Sheet |
8687
| e-atbr | ExpectAsync toBeResolved |
8788
| e-ntb | Expect Not toBe |
@@ -160,10 +161,10 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
160161
| m-icon-fontawesome | Material Font Awesome Icon |
161162
| m-icon-svg | Material SVG Icon |
162163
| m-input | Material Input Textbox |
163-
| m-menu | Material menu |
164164
| m-list | Material List |
165165
| m-list-item | Material List Item |
166166
| m-list-ngfor | Material List ngFor |
167+
| m-menu | Material Menu |
167168
| m-paginator | Material Paginator |
168169
| m-progress-bar | Material Determinate Progress Bar |
169170
| m-progress-bar-buffer | Material Buffer Progress Bar |
@@ -201,6 +202,8 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
201202
| ng-afterContentInit | Lifecycle hook: Called after ngOnInit when the component's or directive's content has been initialized |
202203
| ng-afterViewChecked | Lifecycle hook: Called after every check of the component's view. Applies to components only |
203204
| ng-afterViewInit | Lifecycle hook: Called after ngAfterContentInit when the component's view has been initialized |
205+
| ng-async-validator | Angular async validator snippet |
206+
| ng-async-validator-fn | Angular Async Validator Function" |
204207
| ng-binding-oneway | Property: [property]=\"expression\" |
205208
| ng-binding-twoway | Two-way data binding with the NgModel |
206209
| ng-bootstraping | Bootstraping example |
@@ -242,7 +245,6 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
242245
| ng-import | import module or component from path; |
243246
| ng-input | Class Input Property |
244247
| ng-interpolation | Interpolation: {{ interpolation }} |
245-
| ng-material-module | App Material Module |
246248
| ng-model | ngModel directive: [(ngModel)]=\"name\" |
247249
| ng-module | Feature Module |
248250
| ng-module-root | App root module |
@@ -291,6 +293,7 @@ You don't need to type any dashes: "ngrxr" -> "ng-rx-reducer" snippet
291293
| ng-switch | Switch template |
292294
| ng-template | Angular template |
293295
| ng-validator | Angular validator snippet |
296+
| ng-validator-fn | Angular Validator Function" |
294297
| ngrx-action-const | ngRx Single action |
295298
| ngrx-action-creator | ngRx Single action with const |
296299
| ngrx-action-creator-enum | ngRx Single action creator for enum |

0 commit comments

Comments
 (0)