@@ -31,6 +31,7 @@ Alternatively, press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (macOS) to
31
31
| ` a-component ` | component |
32
32
| ` a-component-inline ` | component with inline template |
33
33
| ` a-component-root ` | root app component |
34
+ | ` a-ctor-skip-self ` | angular ` NgModule ` 's ` skipself ` constructor |
34
35
| ` a-directive ` | directive |
35
36
| ` a-guard-can-activate ` | ` CanActivate ` guard |
36
37
| ` a-guard-can-activate-child ` | ` CanActivateChild ` guard |
@@ -42,12 +43,12 @@ Alternatively, press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (macOS) to
42
43
| ` a-http-interceptor-logging ` | Angular ` HttpInterceptor ` that logs traffic for ` HttpClient ` |
43
44
| ` a-module ` | module |
44
45
| ` a-module-root ` | root app module |
45
- | ` a-module-routing ` | routing module file (forChild) |
46
46
| ` a-output-event ` | ` @Output ` event and emitter |
47
47
| ` a-pipe ` | pipe |
48
48
| ` a-preload-opt-in-strategy ` | custom preload strategy that allows choosing which routes to preload |
49
49
| ` a-preload-network-strategy ` | custom preload strategy that preloads based on network connectivity |
50
50
| ` a-resolver ` | resolver |
51
+ | ` a-routes ` | Route definition file |
51
52
| ` a-rxjs-import ` | import RxJs features |
52
53
| ` a-rxjs-operators ` | import RxJs operators |
53
54
| ` a-route-path-404 ` | 404 route path |
@@ -59,8 +60,8 @@ Alternatively, press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (macOS) to
59
60
| ` a-route-params-subscribe ` | subscribe to route parameters |
60
61
| ` a-service ` | service with injectable provided in root |
61
62
| ` a-service-httpclient ` | service with ` HttpClient ` |
62
- | ` a-ctor-skip-self ` | angular ` NgModule ` 's ` skipself ` constructor |
63
63
| ` a-subscribe ` | Rx Observable subscription |
64
+ | ` a-trackby ` | to create a trackby function in TypeScript for the ` ngFor ` |
64
65
65
66
### NgRx Snippets
66
67
0 commit comments