diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-02-18 10:43:20 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-02-18 11:05:55 +0000 |
commit | bb9977b738bcb0ff5436f519da0e88017e42573d (patch) | |
tree | e3fe100abf42b2a0e432b3cfb898cabddbd77956 /so-monitoring/so-monitoring-ui/src/main/frontend/angular.json | |
parent | 48997934fa955d2b89eab9742634e4251113e6bf (diff) |
Removing so-monitoring module
Change-Id: I2b6ef2fd61d08925696cde63c53f16dd87700d52
Issue-ID: SO-3487
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'so-monitoring/so-monitoring-ui/src/main/frontend/angular.json')
-rw-r--r-- | so-monitoring/so-monitoring-ui/src/main/frontend/angular.json | 136 |
1 files changed, 0 insertions, 136 deletions
diff --git a/so-monitoring/so-monitoring-ui/src/main/frontend/angular.json b/so-monitoring/so-monitoring-ui/src/main/frontend/angular.json deleted file mode 100644 index 45feb6007c..0000000000 --- a/so-monitoring/so-monitoring-ui/src/main/frontend/angular.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", - "version": 1, - "newProjectRoot": "projects", - "projects": { - "ONAP-SO-Monitor": { - "root": "", - "sourceRoot": "src", - "projectType": "application", - "prefix": "app", - "schematics": { - "@schematics/angular:component": { - "styleext": "scss" - } - }, - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:browser", - "options": { - "outputPath": "dist/ONAP-SO-Monitor", - "index": "src/index.html", - "main": "src/main.ts", - "polyfills": "src/polyfills.ts", - "tsConfig": "src/tsconfig.app.json", - "assets": [ - "src/favicon.png", - "src/assets" - ], - "styles": [{ - "input": "node_modules/bootstrap/dist/css/bootstrap.min.css" - }, - "src/styles.scss", - "node_modules/toastr/build/toastr.min.css" - ], - "scripts": ["node_modules/jquery/dist/jquery.min.js", "node_modules/toastr/build/toastr.min.js"] - }, - "configurations": { - "production": { - "fileReplacements": [{ - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.ts" - }], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "extractCss": true, - "namedChunks": false, - "aot": true, - "extractLicenses": true, - "vendorChunk": false, - "buildOptimizer": true - } - } - }, - "serve": { - "builder": "@angular-devkit/build-angular:dev-server", - "options": { - "browserTarget": "ONAP-SO-Monitor:build", - "sslKey": "src/app/ssl/localhost.key", - "sslCert": "src/app/ssl/localhost.crt" - }, - "configurations": { - "production": { - "browserTarget": "ONAP-SO-Monitor:build:production" - } - } - }, - "extract-i18n": { - "builder": "@angular-devkit/build-angular:extract-i18n", - "options": { - "browserTarget": "ONAP-SO-Monitor:build" - } - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "src/test.ts", - "polyfills": "src/polyfills.ts", - "tsConfig": "src/tsconfig.spec.json", - "karmaConfig": "src/karma.conf.js", - "styles": [{ - "input": "node_modules/@progress/kendo-theme-default/dist/all.css" - }, - "src/styles.scss" - ], - "scripts": [], - "assets": [ - "src/favicon.ico", - "src/assets" - ] - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "src/tsconfig.app.json", - "src/tsconfig.spec.json" - ], - "exclude": [ - "**/node_modules/**" - ] - } - } - } - }, - "ONAP-SO-Monitor-e2e": { - "root": "e2e/", - "projectType": "application", - "architect": { - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "ONAP-SO-Monitor:serve" - }, - "configurations": { - "production": { - "devServerTarget": "ONAP-SO-Monitor:serve:production" - } - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": "e2e/tsconfig.e2e.json", - "exclude": [ - "**/node_modules/**" - ] - } - } - } - } - }, - "defaultProject": "ONAP-SO-Monitor" -} |