Skip to content

Commit a2b0a60

Browse files
committed
fix: update angular 13
1 parent f7185d2 commit a2b0a60

File tree

6 files changed

+2939
-5267
lines changed

6 files changed

+2939
-5267
lines changed

src/angular/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
!.vscode/extensions.json
2828

2929
# misc
30+
/.angular/cache
3031
/.sass-cache
3132
/connect.lock
3233
/coverage

src/angular/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": false
5+
},
36
"version": 1,
47
"newProjectRoot": "projects",
58
"projects": {

0 commit comments

Comments
 (0)