merge conflicts

This commit is contained in:
SvetlanaMuravlova
2022-09-16 13:26:36 +03:00
4 changed files with 71 additions and 102 deletions

View File

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