|
15 | 15 | }, |
16 | 16 | "architect": { |
17 | 17 | "build": { |
18 | | - "builder": "@angular-devkit/build-angular:application", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": { |
20 | 20 | "outputPath": { |
21 | 21 | "base": "dist/hyperdash-angular-app" |
|
61 | 61 | "defaultConfiguration": "" |
62 | 62 | }, |
63 | 63 | "serve": { |
64 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 64 | + "builder": "@angular/build:dev-server", |
65 | 65 | "options": { |
66 | 66 | "buildTarget": "hyperdash-angular-app:build" |
67 | 67 | }, |
|
72 | 72 | } |
73 | 73 | }, |
74 | 74 | "extract-i18n": { |
75 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 75 | + "builder": "@angular/build:extract-i18n", |
76 | 76 | "options": { |
77 | 77 | "buildTarget": "hyperdash-angular-app:build" |
78 | 78 | } |
|
98 | 98 | "prefix": "lib", |
99 | 99 | "architect": { |
100 | 100 | "build": { |
101 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 101 | + "builder": "@angular/build:ng-packagr", |
102 | 102 | "options": { |
103 | 103 | "tsConfig": "projects/hyperdash-angular/tsconfig.lib.json", |
104 | 104 | "project": "projects/hyperdash-angular/ng-package.json" |
|
125 | 125 | "cli": { |
126 | 126 | "schematicCollections": ["@angular-eslint/schematics"], |
127 | 127 | "analytics": false |
| 128 | + }, |
| 129 | + "schematics": { |
| 130 | + "@schematics/angular:component": { |
| 131 | + "type": "component" |
| 132 | + }, |
| 133 | + "@schematics/angular:directive": { |
| 134 | + "type": "directive" |
| 135 | + }, |
| 136 | + "@schematics/angular:service": { |
| 137 | + "type": "service" |
| 138 | + }, |
| 139 | + "@schematics/angular:guard": { |
| 140 | + "typeSeparator": "." |
| 141 | + }, |
| 142 | + "@schematics/angular:interceptor": { |
| 143 | + "typeSeparator": "." |
| 144 | + }, |
| 145 | + "@schematics/angular:module": { |
| 146 | + "typeSeparator": "." |
| 147 | + }, |
| 148 | + "@schematics/angular:pipe": { |
| 149 | + "typeSeparator": "." |
| 150 | + }, |
| 151 | + "@schematics/angular:resolver": { |
| 152 | + "typeSeparator": "." |
| 153 | + } |
128 | 154 | } |
129 | 155 | } |
0 commit comments