Skip to content

Commit e798c8c

Browse files
chore: updated to Angular v13
1 parent 4497f6a commit e798c8c

File tree

7 files changed

+11647
-19448
lines changed

7 files changed

+11647
-19448
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
# Specifies intentionally untracked files to ignore when using Git
23
# http://git-scm.com/docs/gitignore
34

angular.json

-13
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"optimization": true,
6060
"outputHashing": "all",
6161
"sourceMap": false,
62-
"extractCss": true,
6362
"namedChunks": false,
6463
"aot": true,
6564
"extractLicenses": true,
@@ -88,7 +87,6 @@
8887
"browserTarget": "app:build:production"
8988
},
9089
"ci": {
91-
"progress": false
9290
}
9391
}
9492
},
@@ -127,17 +125,6 @@
127125
}
128126
}
129127
},
130-
"lint": {
131-
"builder": "@angular-devkit/build-angular:tslint",
132-
"options": {
133-
"tsConfig": [
134-
"tsconfig.app.json",
135-
"tsconfig.spec.json",
136-
"e2e/tsconfig.json"
137-
],
138-
"exclude": ["**/node_modules/**"]
139-
}
140-
},
141128
"e2e": {
142129
"builder": "@angular-devkit/build-angular:protractor",
143130
"options": {

0 commit comments

Comments
 (0)