Fix Bug 2291: No option to update VIM Account in NG-UI
- NG-UI support for VIM Update
- Added edit button in VIM Account Action
- Patched the value in edit form using vimaccounts get api
- schema_type support is not given in patch method
- Disabled vim url and type in vim update action
Change-Id: I7c90e55fc4223d6c41ce12333ee23536358cab43
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/angular.json b/angular.json
index 60abb89..1a6d042 100644
--- a/angular.json
+++ b/angular.json
@@ -77,8 +77,17 @@
"maximumError": "5mb"
}
]
+ },
+ "development": {
+ "buildOptimizer": false,
+ "optimization": false,
+ "vendorChunk": true,
+ "extractLicenses": false,
+ "sourceMap": true,
+ "namedChunks": true
}
- }
+ },
+ "defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
@@ -88,8 +97,12 @@
"configurations": {
"production": {
"browserTarget": "osm:build:production"
+ },
+ "development": {
+ "browserTarget": "osm:build:development"
}
- }
+ },
+ "defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
@@ -165,6 +178,7 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
- ]
+ ],
+ "analytics": "bc7a21d3-c008-4362-b213-866be7e71063"
}
}
\ No newline at end of file