File tree Expand file tree Collapse file tree 4 files changed +8402
-11800
lines changed
examples-standalone/integration-i18n Expand file tree Collapse file tree 4 files changed +8402
-11800
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "architect" : {
2626 "build" : {
27- "builder" : " @angular-devkit /build-angular :application" ,
27+ "builder" : " @angular/build:application" ,
2828 "options" : {
2929 "outputPath" : " dist/integration-i18n" ,
3030 "index" : " src/index.html" ,
8080 "defaultConfiguration" : " production"
8181 },
8282 "serve" : {
83- "builder" : " @angular-devkit /build-angular :dev-server" ,
83+ "builder" : " @angular/build:dev-server" ,
8484 "configurations" : {
8585 "production" : {
8686 "buildTarget" : " integration-i18n:build:production"
9898 "defaultConfiguration" : " development"
9999 },
100100 "extract-i18n" : {
101- "builder" : " @angular-devkit /build-angular :extract-i18n"
101+ "builder" : " @angular/build:extract-i18n"
102102 },
103103 "test" : {
104- "builder" : " @angular-devkit /build-angular :karma" ,
104+ "builder" : " @angular/build:karma" ,
105105 "options" : {
106106 "polyfills" : [
107107 " zone.js" ,
129129 },
130130 "cli" : {
131131 "analytics" : false
132+ },
133+ "schematics" : {
134+ "@schematics/angular:component" : {
135+ "type" : " component"
136+ },
137+ "@schematics/angular:directive" : {
138+ "type" : " directive"
139+ },
140+ "@schematics/angular:service" : {
141+ "type" : " service"
142+ },
143+ "@schematics/angular:guard" : {
144+ "typeSeparator" : " ."
145+ },
146+ "@schematics/angular:interceptor" : {
147+ "typeSeparator" : " ."
148+ },
149+ "@schematics/angular:module" : {
150+ "typeSeparator" : " ."
151+ },
152+ "@schematics/angular:pipe" : {
153+ "typeSeparator" : " ."
154+ },
155+ "@schematics/angular:resolver" : {
156+ "typeSeparator" : " ."
157+ }
132158 }
133159}
You can’t perform that action at this time.
0 commit comments