transfer 2 angular
This commit is contained in:
+7
-9
@@ -3,7 +3,7 @@
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"landingpage": {
|
||||
"ang-university-httpclient": {
|
||||
"projectType": "application",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"options": {
|
||||
"outputPath": "dist/landingpage",
|
||||
"outputPath": "dist/ang-university-httpclient",
|
||||
"index": "src/index.html",
|
||||
"browser": "src/main.ts",
|
||||
"polyfills": [
|
||||
@@ -35,9 +35,8 @@
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"node_modules/bootstrap5/src/css/bootstrap.min.css",
|
||||
"src/styles.css"
|
||||
"src/styles.css",
|
||||
"node_modules/bootstrap5/src/css/bootstrap.min.css"
|
||||
],
|
||||
"scripts": [
|
||||
"node_modules/bootstrap5/src/js/bootstrap.bundle.min.js"
|
||||
@@ -71,10 +70,10 @@
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "landingpage:build:production"
|
||||
"buildTarget": "ang-university-httpclient:build:production"
|
||||
},
|
||||
"development": {
|
||||
"buildTarget": "landingpage:build:development"
|
||||
"buildTarget": "ang-university-httpclient:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -82,7 +81,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"buildTarget": "landingpage:build"
|
||||
"buildTarget": "ang-university-httpclient:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
@@ -98,7 +97,6 @@
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"@angular/material/prebuilt-themes/indigo-pink.css",
|
||||
"src/styles.css"
|
||||
],
|
||||
"scripts": []
|
||||
|
||||
Reference in New Issue
Block a user