Skip to content

Commit 844bcfc

Browse files
chore: updated to Angular v13
1 parent 90afecc commit 844bcfc

File tree

6 files changed

+11939
-20353
lines changed

6 files changed

+11939
-20353
lines changed

.gitignore

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

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

angular.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"optimization": true,
4545
"outputHashing": "all",
4646
"sourceMap": false,
47-
"extractCss": true,
4847
"namedChunks": false,
4948
"extractLicenses": true,
5049
"vendorChunk": false,
@@ -96,18 +95,6 @@
9695
"src/assets"
9796
]
9897
}
99-
},
100-
"lint": {
101-
"builder": "@angular-devkit/build-angular:tslint",
102-
"options": {
103-
"tsConfig": [
104-
"src/tsconfig.app.json",
105-
"src/tsconfig.spec.json"
106-
],
107-
"exclude": [
108-
"**/node_modules/**"
109-
]
110-
}
11198
}
11299
}
113100
},
@@ -127,15 +114,6 @@
127114
"devServerTarget": "angular-firebase-auth-service:serve:production"
128115
}
129116
}
130-
},
131-
"lint": {
132-
"builder": "@angular-devkit/build-angular:tslint",
133-
"options": {
134-
"tsConfig": "e2e/tsconfig.e2e.json",
135-
"exclude": [
136-
"**/node_modules/**"
137-
]
138-
}
139117
}
140118
}
141119
}

0 commit comments

Comments
 (0)