Skip to content

Commit 6d8fe9a

Browse files
committed
fixing typo in readme, sonow v16.0.1
1 parent de7335b commit 6d8fe9a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Angular Snippets Changelog
22

3-
<a name="16.0.0"></a>
3+
<a name="16.0.1"></a>
44

5-
# 16.0.0 (2023-06-15)
5+
# 16.0.1 (2023-06-15)
66

77
- Updated functional guard support for a-guard-can-activate, a-guard-can-activate-child, a-guard-can-match, and a-guard-can-deactivate
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular TypeScript Snippets for VS Code
22

3-
**Updated for Angular 16.0.0 release**
3+
**Updated for Angular 16.0.1 release**
44

55
This extension for Visual Studio Code adds snippets for Angular for TypeScript and HTML.
66

@@ -36,7 +36,7 @@ Alternatively, press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (macOS) to
3636
| `a-guard-can-activate` | `CanActivate` guard |
3737
| `a-guard-can-activate-child` | `CanActivateChild` guard |
3838
| `a-guard-can-deactivate` | `CanDeactivate` guard |
39-
| `a-guard-can-load` | `CanLoad` guard |
39+
| `a-guard-can-match` | `CanMatch` guard |
4040
| `a-httpclient-get` | `httpClient.get` with Rx Observable |
4141
| `a-http-interceptor` | Empty Angular `HttpInterceptor` for `HttpClient` |
4242
| `a-http-interceptor-headers` | Angular `HttpInterceptor` that sets headers for `HttpClient` |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "johnpapa",
44
"displayName": "Angular Snippets (Version 16)",
55
"description": "Angular version 16 snippets by John Papa",
6-
"version": "16.0.0",
6+
"version": "16.0.1",
77
"icon": "images/angular-shield.png",
88
"galleryBanner": {
99
"color": "#0273D4",

0 commit comments

Comments
 (0)