You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +16,7 @@ Have a look at [CHANGELOG](CHANGELOG.md) for the latest changes
15
16
1. Launch VS Code
16
17
1. Hit `Cmd`-`Shift`-`P` (macOS) or `Ctrl`-`Shift`-`P` (Windows, Linux)
17
18
1. Select `Install Extension`
18
-
1. Choose the extension `Angular Material v7 snippets`
19
+
1. Choose the extension `Angular Material v10 snippets`
19
20
1. Reload Visual Studio Code
20
21
21
22
## Usage
@@ -88,15 +89,20 @@ Start typing `a-md-*` and hit `enter`, the snippet spreads out.
88
89
| a-md-tree |`<mat-tree>` control |
89
90
| a-md-tree-node |`<mat-tree-node>` control |
90
91
| a-md-tree-nested-node |`<mat-nested-tree-node>` control |
92
+
| a-md-icon |`<mat-icon>` control |
93
+
| a-md-sort |`matSort` directive with `matSortChange` event |
94
+
| a-md-tree |`<cdk-tree>` control |
91
95
92
96
### TypeScript Snippets
93
97
94
98
| Snippet | Purpose |
95
99
| ------------- | --------------------------- |
96
100
| a-md-snackbar |`MatSnackBar` configuration |
97
101
98
-
### Using NgRx in Angular Apps
102
+
### Using NgRx or WebComponents 🤔
99
103
100
-
- Check out [NgRx Snippets](https://bit.ly/ngrx-vscode)
104
+
- Check out:
105
+
-[NgRx Snippets](https://bit.ly/ngrx-vscode)
106
+
-[Webcomponents and Lit Snippets](https://bit.ly/lit-vscode)
101
107
102
108
#### Inspiration from [Angular Typescript Snippets](https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2) by [John Papa](https://github.com/johnpapa/)
0 commit comments