|
11 | 11 | "schematics": {}, |
12 | 12 | "architect": { |
13 | 13 | "build": { |
14 | | - "builder": "@angular-devkit/build-angular:application", |
| 14 | + "builder": "@angular/build:application", |
15 | 15 | "options": { |
16 | 16 | "outputPath": { |
17 | 17 | "base": "dist/ngx-schema-form" |
|
59 | 59 | "defaultConfiguration": "" |
60 | 60 | }, |
61 | 61 | "serve": { |
62 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 62 | + "builder": "@angular/build:dev-server", |
63 | 63 | "options": { |
64 | 64 | "buildTarget": "ngx-schema-form:build" |
65 | 65 | }, |
|
70 | 70 | } |
71 | 71 | }, |
72 | 72 | "extract-i18n": { |
73 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 73 | + "builder": "@angular/build:extract-i18n", |
74 | 74 | "options": { |
75 | 75 | "buildTarget": "ngx-schema-form:build" |
76 | 76 | } |
77 | 77 | }, |
78 | 78 | "test": { |
79 | | - "builder": "@angular-devkit/build-angular:karma", |
| 79 | + "builder": "@angular/build:karma", |
80 | 80 | "options": { |
81 | 81 | "main": "src/test.ts", |
82 | | - "polyfills": "src/polyfills.ts", |
| 82 | + "polyfills": ["src/polyfills.ts"], |
83 | 83 | "tsConfig": "src/tsconfig.spec.json", |
84 | 84 | "karmaConfig": "src/karma.conf.js", |
85 | 85 | "styles": [ |
|
110 | 110 | "prefix": "sf", |
111 | 111 | "architect": { |
112 | 112 | "build": { |
113 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 113 | + "builder": "@angular/build:ng-packagr", |
114 | 114 | "options": { |
115 | 115 | "tsConfig": "projects/schema-form/tsconfig.lib.json", |
116 | 116 | "project": "projects/schema-form/ng-package.json" |
|
123 | 123 | } |
124 | 124 | }, |
125 | 125 | "test": { |
126 | | - "builder": "@angular-devkit/build-angular:karma", |
| 126 | + "builder": "@angular/build:karma", |
127 | 127 | "options": { |
128 | 128 | "main": "projects/schema-form/src/test.ts", |
129 | 129 | "tsConfig": "projects/schema-form/tsconfig.spec.json", |
|
147 | 147 | "schematicCollections": [ |
148 | 148 | "@angular-eslint/schematics" |
149 | 149 | ] |
| 150 | + }, |
| 151 | + "schematics": { |
| 152 | + "@schematics/angular:component": { |
| 153 | + "type": "component" |
| 154 | + }, |
| 155 | + "@schematics/angular:directive": { |
| 156 | + "type": "directive" |
| 157 | + }, |
| 158 | + "@schematics/angular:service": { |
| 159 | + "type": "service" |
| 160 | + }, |
| 161 | + "@schematics/angular:guard": { |
| 162 | + "typeSeparator": "." |
| 163 | + }, |
| 164 | + "@schematics/angular:interceptor": { |
| 165 | + "typeSeparator": "." |
| 166 | + }, |
| 167 | + "@schematics/angular:module": { |
| 168 | + "typeSeparator": "." |
| 169 | + }, |
| 170 | + "@schematics/angular:pipe": { |
| 171 | + "typeSeparator": "." |
| 172 | + }, |
| 173 | + "@schematics/angular:resolver": { |
| 174 | + "typeSeparator": "." |
| 175 | + } |
150 | 176 | } |
151 | 177 | } |
0 commit comments