update to angular 12

This commit is contained in:
Mastermindzh
2022-03-25 16:18:36 +01:00
parent 7e066d6ca8
commit 1a3cc89720
4 changed files with 4325 additions and 3296 deletions

View File

@@ -77,7 +77,14 @@
"apps/demo/src/assets"
],
"styles": [],
"scripts": []
"scripts": [],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"dependsOn": [
{
@@ -103,7 +110,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",