|
3 | 3 | "version": 1, |
4 | 4 | "newProjectRoot": "projects", |
5 | 5 | "projects": { |
6 | | - "ng19-test": { |
| 6 | + "ng20-test": { |
7 | 7 | "projectType": "application", |
8 | 8 | "schematics": {}, |
9 | 9 | "root": "", |
|
13 | 13 | "build": { |
14 | 14 | "builder": "@angular/build:application", |
15 | 15 | "options": { |
16 | | - "outputPath": "dist/ng19-test", |
| 16 | + "outputPath": "dist/ng20-test", |
17 | 17 | "index": "src/index.html", |
18 | 18 | "browser": "src/main.ts", |
19 | | - "polyfills": [], |
20 | 19 | "tsConfig": "tsconfig.app.json", |
21 | 20 | "assets": [ |
22 | 21 | { |
23 | 22 | "glob": "**/*", |
24 | 23 | "input": "public" |
25 | 24 | } |
26 | 25 | ], |
27 | | - "styles": [ |
28 | | - "src/styles.css" |
29 | | - ], |
| 26 | + "styles": ["src/styles.css"], |
30 | 27 | "scripts": [], |
31 | 28 | "server": "src/main.server.ts", |
32 | 29 | "outputMode": "server", |
|
63 | 60 | "builder": "@angular/build:dev-server", |
64 | 61 | "configurations": { |
65 | 62 | "production": { |
66 | | - "buildTarget": "ng19-test:build:production" |
| 63 | + "buildTarget": "ng20-test:build:production" |
67 | 64 | }, |
68 | 65 | "development": { |
69 | | - "buildTarget": "ng19-test:build:development" |
| 66 | + "buildTarget": "ng20-test:build:development" |
70 | 67 | } |
71 | 68 | }, |
72 | 69 | "defaultConfiguration": "development" |
|
77 | 74 | "test": { |
78 | 75 | "builder": "@angular/build:karma", |
79 | 76 | "options": { |
80 | | - "polyfills": [], |
| 77 | + "main": "src/test.ts", |
81 | 78 | "tsConfig": "tsconfig.spec.json", |
82 | 79 | "assets": [ |
83 | 80 | { |
84 | 81 | "glob": "**/*", |
85 | 82 | "input": "public" |
86 | 83 | } |
87 | 84 | ], |
88 | | - "styles": [ |
89 | | - "src/styles.css" |
90 | | - ], |
| 85 | + "styles": ["src/styles.css"], |
91 | 86 | "scripts": [] |
92 | 87 | } |
93 | 88 | } |
|
119 | 114 | "@schematics/angular:resolver": { |
120 | 115 | "typeSeparator": "." |
121 | 116 | } |
| 117 | + }, |
| 118 | + "cli": { |
| 119 | + "analytics": false |
122 | 120 | } |
123 | 121 | } |
0 commit comments