Build fail Fix for NG-UI
* Updated angular from 9 to 11
Change-Id: I935283cbef382288d9d7dcfe9af125b0020f059e
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/angular.json b/angular.json
index 5420910..a8eb6a6 100644
--- a/angular.json
+++ b/angular.json
@@ -10,7 +10,8 @@
"prefix": "app",
"schematics": {
"@schematics/angular:component": {
- "styleext": "scss"
+ "styleext": "scss",
+ "style": "scss"
}
},
"architect": {
@@ -33,8 +34,7 @@
],
"scripts": [
"src/assets/js/tar.js"
- ],
- "es5BrowserSupport": true
+ ]
},
"configurations": {
"production": {
@@ -47,7 +47,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
- "extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,