Skip to content

Commit ca0fa69

Browse files
committed
chore: 🤖 Angular 13
BREAKING CHANGE: 🧨 Upgrade to Angular 13 and Ivy
1 parent b2be6b1 commit ca0fa69

File tree

7 files changed

+2570
-4506
lines changed

7 files changed

+2570
-4506
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

angular.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
"tsConfig": "projects/pretty-html-log/tsconfig.spec.json",
2929
"karmaConfig": "projects/pretty-html-log/karma.conf.js"
3030
}
31-
},
32-
"lint": {
33-
"builder": "@angular-devkit/build-angular:tslint",
34-
"options": {
35-
"tsConfig": [
36-
"projects/pretty-html-log/tsconfig.lib.json",
37-
"projects/pretty-html-log/tsconfig.spec.json"
38-
],
39-
"exclude": ["**/node_modules/**"]
40-
}
4131
}
4232
}
4333
}

0 commit comments

Comments
 (0)