|
@@ -3,7 +3,7 @@
|
|
|
"version": 1,
|
|
"version": 1,
|
|
|
"newProjectRoot": "projects",
|
|
"newProjectRoot": "projects",
|
|
|
"projects": {
|
|
"projects": {
|
|
|
- "ng-template": {
|
|
|
|
|
|
|
+ "fisapp-ui": {
|
|
|
"projectType": "application",
|
|
"projectType": "application",
|
|
|
"schematics": {
|
|
"schematics": {
|
|
|
"@schematics/angular:component": {
|
|
"@schematics/angular:component": {
|
|
@@ -17,7 +17,7 @@
|
|
|
"build": {
|
|
"build": {
|
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
|
"options": {
|
|
"options": {
|
|
|
- "outputPath": "dist/ng-template",
|
|
|
|
|
|
|
+ "outputPath": "dist/fisapp-ui",
|
|
|
"index": "src/index.html",
|
|
"index": "src/index.html",
|
|
|
"browser": "src/main.ts",
|
|
"browser": "src/main.ts",
|
|
|
"polyfills": [
|
|
"polyfills": [
|
|
@@ -65,10 +65,10 @@
|
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
|
"configurations": {
|
|
"configurations": {
|
|
|
"production": {
|
|
"production": {
|
|
|
- "buildTarget": "ng-template:build:production"
|
|
|
|
|
|
|
+ "buildTarget": "fisapp-ui:build:production"
|
|
|
},
|
|
},
|
|
|
"development": {
|
|
"development": {
|
|
|
- "buildTarget": "ng-template:build:development"
|
|
|
|
|
|
|
+ "buildTarget": "fisapp-ui:build:development"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"defaultConfiguration": "development"
|
|
"defaultConfiguration": "development"
|
|
@@ -76,7 +76,7 @@
|
|
|
"extract-i18n": {
|
|
"extract-i18n": {
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
|
"options": {
|
|
"options": {
|
|
|
- "buildTarget": "ng-template:build"
|
|
|
|
|
|
|
+ "buildTarget": "fisapp-ui:build"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"test": {
|
|
"test": {
|