Updated angular to v13

This commit is contained in:
Isaac Abadi
2022-04-22 18:55:11 -04:00
parent 55dfc17d62
commit 5d540fc52a
9 changed files with 1811 additions and 4746 deletions

View File

@@ -157,16 +157,6 @@
"src/backend"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": []
}
}
}
},
@@ -181,15 +171,6 @@
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "youtube-dl-material:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": []
}
}
}
}