Skip to content

Commit fafab22

Browse files
committed
Update logo to Angular 17
1 parent fa9cb2b commit fafab22

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VSCode Angular TypeScript & Html Snippets
22

3-
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2 to 16.
3+
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2 to 17.
44

55
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
66

Diff for: images/Angular17.png

170 KB
Loading

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Angular-BeastCode",
33
"publisher": "Mikael",
4-
"displayName": "Angular 16 Snippets - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout",
5-
"description": "256 Angular Snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS, PWA & Testing)",
6-
"icon": "images/Angular4.png",
4+
"displayName": "Angular 17 Snippets - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout",
5+
"description": "255 Angular Snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS, PWA & Testing)",
6+
"icon": "images/Angular17.png",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/BeastCode/VSCode-Angular-TypeScript-Snippets/issues"
1414
},
1515
"homepage": "https://github.com/BeastCode/VSCode-Angular-TypeScript-Snippets#readme",
16-
"version": "16.0.3",
16+
"version": "17.0.0",
1717
"engines": {
1818
"vscode": "^1.30.0"
1919
},

Diff for: src/README_top.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VSCode Angular TypeScript & Html Snippets
22

3-
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2 to 16.
3+
Visual Studio Code TypeScript and Html snippets and code examples for Angular 2 to 17.
44

55
All code snippets are based on and follow the Angular style guide https://angular.io/docs/ts/latest/guide/style-guide.html
66

0 commit comments

Comments
 (0)