Skip to content

Commit 31ee217

Browse files
rk-7andrefarzat
authored andcommitted
build(deps): update Angular to v13
- updates the dependencies to use Angular 13 - compilation mode set to Ivy Partial - updates the version to 5.0.0 BREAKING CHANGE: it is NOT backwards compatible with v12 due to Ivy.
1 parent df9f0be commit 31ee217

File tree

7 files changed

+13535
-20626
lines changed

7 files changed

+13535
-20626
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@
2828
"tsConfig": "projects/plotly/tsconfig.spec.json",
2929
"karmaConfig": "projects/plotly/karma.conf.js"
3030
}
31-
},
32-
"lint": {
33-
"builder": "@angular-devkit/build-angular:tslint",
34-
"options": {
35-
"tsConfig": [
36-
"projects/plotly/tsconfig.lib.json",
37-
"projects/plotly/tsconfig.spec.json"
38-
],
39-
"exclude": [
40-
"**/node_modules/**"
41-
]
42-
}
4331
}
4432
}
4533
}},

0 commit comments

Comments
 (0)