@@ -90,28 +90,30 @@ Alternatively, press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (OSX) to a
90
90
91
91
### HTML Snippets
92
92
93
- | Snippet | Purpose |
94
- | -------------------- | ------------------------------------------ |
95
- | ` a-class ` | ` [class] ` binding |
96
- | ` a-select ` | ` <select> ` control |
97
- | ` a-style ` | ` [style] ` binding |
98
- | ` a-ngClass ` | ` ngClass ` |
99
- | ` a-ngFor ` | ` *ngFor ` |
100
- | ` a-ngForAsync ` | ` *ngFor ` with async |
101
- | ` a-ngFor-trackBy ` | ` *ngFor ` with trackBy |
102
- | ` a-formArrayName ` | ` formArrayName ` |
103
- | ` a-formControlName ` | ` formControlName ` |
104
- | ` a-formGroup ` | ` formGroup ` |
105
- | ` a-formGroupName ` | ` formGroupName ` |
106
- | ` a-ngIf ` | ` *ngIf ` |
107
- | ` a-ngIfElse ` | ` *ngIf ` with ` else ` |
108
- | ` a-ngModel ` | ` ngModel ` |
109
- | ` a-routerLink ` | ` routerLink ` |
110
- | ` a-routerLink-param ` | ` routerLink ` with a route parameter |
111
- | ` a-ngStyle ` | ` ngStyle ` |
112
- | ` a-ngSwitch ` | ` ngSwitch ` |
113
- | ` a-prej ` | show the JSON form of a model |
114
- | ` a-preja ` | show the JSON form of a model, using async |
93
+ | Snippet | Purpose |
94
+ | -------------------- | --------------------------------------------------- |
95
+ | ` a-class ` | ` [class] ` binding |
96
+ | ` a-select ` | ` <select> ` control |
97
+ | ` a-style ` | ` [style] ` binding |
98
+ | ` a-ngClass ` | ` ngClass ` |
99
+ | ` a-ngFor ` | ` *ngFor ` |
100
+ | ` a-ngForAsync ` | ` *ngFor ` with async |
101
+ | ` a-ngFor-trackBy ` | ` *ngFor ` with trackBy |
102
+ | ` a-form ` | create a form tag with ngSubmit and form attributes |
103
+ | ` a-formArrayName ` | ` formArrayName ` |
104
+ | ` a-formControlName ` | ` formControlName ` |
105
+ | ` a-formGroup ` | ` formGroup ` |
106
+ | ` a-formGroupName ` | ` formGroupName ` |
107
+ | ` a-form-submit ` | create a submit button for a form |
108
+ | ` a-ngIf ` | ` *ngIf ` |
109
+ | ` a-ngIfElse ` | ` *ngIf ` with ` else ` |
110
+ | ` a-ngModel ` | ` ngModel ` |
111
+ | ` a-routerLink ` | ` routerLink ` |
112
+ | ` a-routerLink-param ` | ` routerLink ` with a route parameter |
113
+ | ` a-ngStyle ` | ` ngStyle ` |
114
+ | ` a-ngSwitch ` | ` ngSwitch ` |
115
+ | ` a-prej ` | show the JSON form of a model |
116
+ | ` a-preja ` | show the JSON form of a model, using async |
115
117
116
118
### VS Code Snippets
117
119
0 commit comments