Update to Angular 9

This commit is contained in:
Cameron Cordes
2020-03-06 16:16:28 -05:00
parent 7b96c98e69
commit 3b2e027f13
5 changed files with 2590 additions and 1262 deletions

View File

@@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/Homepage",
"index": "src/index.html",
"main": "src/main.ts",
@@ -29,6 +30,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",