8000 v9.1.1 · johnpapa/vscode-angular-snippets@d46d928 · GitHub
[go: up one dir, main page]

Skip to content

Commit d46d928

Browse files
John PapaJohn Papa
authored andcommitted
v9.1.1
1 parent 316a15c commit d46d928

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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="9.1.0"></a>
3+
<a name="9.1.1"></a>
44

5-
# 9.1.0 (2020-02-22)
5+
# 9.1.1 (2020-02-22)
66

77
- Added `a-trackby` to create a trackby function in TypeScript for the `ngFor`
88
- Removed `a-module-routing` and replaced with `a-routes`. Routes will be defined in a `router.ts` file and no more Routing Module.

README.md

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

3-
**Now Updated for Angular 8.0.0 release**
3+
**Now Updated for Angular 9.0.0 release**
44

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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 9)",
55
"description": "Angular version 9 snippets by John Papa",
6-
"version": "9.1.0",
6+
"version": "9.1.1",
77
"icon": "images/angular-shield.png",
88
"galleryBanner": {
99
"color": "#0273D4",

0 commit comments

Comments
 (0)
0