Skip to content

Commit a947f11

Browse files
committed
minor stuff for angular 11
1 parent 5fb82cb commit a947f11

File tree

4 files changed

+115
-449
lines changed

4 files changed

+115
-449
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Angular Snippets Changelog
22

3+
<a name="11.0.0"></a>
4+
5+
# 11.0.0 (2020-12-08)
6+
7+
-
8+
- The old faulty implementation in the typescript.json did use a switchMap which would lead to problematic behavior. Replaced it with the map operator. Closes #113
9+
310
<a name="9.1.2"></a>
411

512
# 9.1.2 (2020-03-07)

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 9.0.0 release**
3+
**Now Updated for Angular 11.0.0 release**
44

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

0 commit comments

Comments
 (0)