|
10 | 10 | "prefix": "lib", |
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 13 | + "builder": "@angular/build:ng-packagr", |
14 | 14 | "options": { |
15 | 15 | "project": "projects/schedule-x/angular/ng-package.json" |
16 | 16 | }, |
|
25 | 25 | "defaultConfiguration": "production" |
26 | 26 | }, |
27 | 27 | "test": { |
28 | | - "builder": "@angular-devkit/build-angular:karma", |
| 28 | + "builder": "@angular/build:karma", |
29 | 29 | "options": { |
30 | 30 | "tsConfig": "projects/schedule-x/angular/tsconfig.spec.json", |
31 | 31 | "polyfills": [ |
|
44 | 44 | "prefix": "app", |
45 | 45 | "architect": { |
46 | 46 | "build": { |
47 | | - "builder": "@angular-devkit/build-angular:application", |
| 47 | + "builder": "@angular/build:application", |
48 | 48 | "options": { |
49 | 49 | "outputPath": "dist/development", |
50 | 50 | "index": "projects/development/src/index.html", |
|
64 | 64 | ], |
65 | 65 | "scripts": [], |
66 | 66 | "server": "projects/development/src/main.server.ts", |
67 | | - "prerender": true, |
| 67 | + "prerender": false, |
68 | 68 | "ssr": { |
69 | 69 | "entry": "projects/development/server.ts" |
70 | 70 | } |
|
94 | 94 | "defaultConfiguration": "production" |
95 | 95 | }, |
96 | 96 | "serve": { |
97 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 97 | + "builder": "@angular/build:dev-server", |
98 | 98 | "configurations": { |
99 | 99 | "production": { |
100 | 100 | "buildTarget": "development:build:production" |
|
106 | 106 | "defaultConfiguration": "development" |
107 | 107 | }, |
108 | 108 | "extract-i18n": { |
109 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 109 | + "builder": "@angular/build:extract-i18n" |
110 | 110 | }, |
111 | 111 | "test": { |
112 | | - "builder": "@angular-devkit/build-angular:karma", |
| 112 | + "builder": "@angular/build:karma", |
113 | 113 | "options": { |
114 | 114 | "polyfills": [ |
115 | 115 | "zone.js", |
|
130 | 130 | } |
131 | 131 | } |
132 | 132 | } |
| 133 | + }, |
| 134 | + "schematics": { |
| 135 | + "@schematics/angular:component": { |
| 136 | + "type": "component" |
| 137 | + }, |
| 138 | + "@schematics/angular:directive": { |
| 139 | + "type": "directive" |
| 140 | + }, |
| 141 | + "@schematics/angular:service": { |
| 142 | + "type": "service" |
| 143 | + }, |
| 144 | + "@schematics/angular:guard": { |
| 145 | + "typeSeparator": "." |
| 146 | + }, |
| 147 | + "@schematics/angular:interceptor": { |
| 148 | + "typeSeparator": "." |
| 149 | + }, |
| 150 | + "@schematics/angular:module": { |
| 151 | + "typeSeparator": "." |
| 152 | + }, |
| 153 | + "@schematics/angular:pipe": { |
| 154 | + "typeSeparator": "." |
| 155 | + }, |
| 156 | + "@schematics/angular:resolver": { |
| 157 | + "typeSeparator": "." |
| 158 | + } |
| 159 | + }, |
| 160 | + "cli": { |
| 161 | + "analytics": false |
133 | 162 | } |
134 | 163 | } |
0 commit comments