|
6 | 6 | "version": 1,
|
7 | 7 | "newProjectRoot": "projects",
|
8 | 8 | "projects": {
|
9 |
| - "Angular7-API-project": { |
| 9 | + "angular-api-project": { |
10 | 10 | "root": "",
|
11 | 11 | "sourceRoot": "src",
|
12 | 12 | "projectType": "application",
|
|
15 | 15 | "build": {
|
16 | 16 | "builder": "@angular-devkit/build-angular:browser",
|
17 | 17 | "options": {
|
18 |
| - "outputPath": "dist/Angular7-API-project", |
| 18 | + "outputPath": "dist/angular-api-project", |
19 | 19 | "index": "src/index.html",
|
20 | 20 | "main": "src/main.ts",
|
21 | 21 | "polyfills": "src/polyfills.ts",
|
|
65 | 65 | "serve": {
|
66 | 66 | "builder": "@angular-devkit/build-angular:dev-server",
|
67 | 67 | "options": {
|
68 |
| - "browserTarget": "Angular7-API-project:build" |
| 68 | + "browserTarget": "angular-api-project:build" |
69 | 69 | },
|
70 | 70 | "configurations": {
|
71 | 71 | "production": {
|
72 |
| - "browserTarget": "Angular7-API-project:build:production" |
| 72 | + "browserTarget": "angular-api-project:build:production" |
73 | 73 | }
|
74 | 74 | }
|
75 | 75 | },
|
76 | 76 | "extract-i18n": {
|
77 | 77 | "builder": "@angular-devkit/build-angular:extract-i18n",
|
78 | 78 | "options": {
|
79 |
| - "browserTarget": "Angular7-API-project:build" |
| 79 | + "browserTarget": "angular-api-project:build" |
80 | 80 | }
|
81 | 81 | },
|
82 | 82 | "test": {
|
|
98 | 98 | }
|
99 | 99 | }
|
100 | 100 | },
|
101 |
| - "Angular7-API-project-e2e": { |
| 101 | + "angular-api-project-e2e": { |
102 | 102 | "root": "e2e/",
|
103 | 103 | "projectType": "application",
|
104 | 104 | "prefix": "",
|
|
107 | 107 | "builder": "@angular-devkit/build-angular:protractor",
|
108 | 108 | "options": {
|
109 | 109 | "protractorConfig": "e2e/protractor.conf.js",
|
110 |
| - "devServerTarget": "Angular7-API-project:serve" |
| 110 | + "devServerTarget": "angular-api-project:serve" |
111 | 111 | },
|
112 | 112 | "configurations": {
|
113 | 113 | "production": {
|
114 |
| - "devServerTarget": "Angular7-API-project:serve:production" |
| 114 | + "devServerTarget": "angular-api-project:serve:production" |
115 | 115 | }
|
116 | 116 | }
|
117 | 117 | }
|
|
0 commit comments