1111 "prefix" : " app" ,
1212 "architect" : {
1313 "build" : {
14- "builder" : " @angular-devkit /build-angular :application" ,
14+ "builder" : " @angular/build:application" ,
1515 "options" : {
1616 "outputPath" : " dist/grid-performance" ,
1717 "index" : " src/index.html" ,
1818 "browser" : " src/main.ts" ,
1919 "polyfills" : [
20- " zone.js"
20+ " zone.js" ,
21+ " @angular/localize/init"
2122 ],
2223 "tsConfig" : " tsconfig.app.json" ,
2324 "assets" : [
5758 "defaultConfiguration" : " production"
5859 },
5960 "serve" : {
60- "builder" : " @angular-devkit /build-angular :dev-server" ,
61+ "builder" : " @angular/build:dev-server" ,
6162 "configurations" : {
6263 "production" : {
6364 "buildTarget" : " grid-performance:build:production"
6970 "defaultConfiguration" : " development"
7071 },
7172 "extract-i18n" : {
72- "builder" : " @angular-devkit /build-angular :extract-i18n" ,
73+ "builder" : " @angular/build:extract-i18n" ,
7374 "options" : {
7475 "buildTarget" : " grid-performance:build"
7576 }
7677 },
7778 "test" : {
78- "builder" : " @angular-devkit /build-angular :karma" ,
79+ "builder" : " @angular/build:karma" ,
7980 "options" : {
8081 "polyfills" : [
8182 " zone.js" ,
9798 }
9899 }
99100 }
101+ },
102+ "schematics" : {
103+ "@schematics/angular:component" : {
104+ "type" : " component"
105+ },
106+ "@schematics/angular:directive" : {
107+ "type" : " directive"
108+ },
109+ "@schematics/angular:service" : {
110+ "type" : " service"
111+ },
112+ "@schematics/angular:guard" : {
113+ "typeSeparator" : " ."
114+ },
115+ "@schematics/angular:interceptor" : {
116+ "typeSeparator" : " ."
117+ },
118+ "@schematics/angular:module" : {
119+ "typeSeparator" : " ."
120+ },
121+ "@schematics/angular:pipe" : {
122+ "typeSeparator" : " ."
123+ },
124+ "@schematics/angular:resolver" : {
125+ "typeSeparator" : " ."
126+ }
100127 }
101128}
0 commit comments