File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "prefix" : " app" ,
1212 "architect" : {
1313 "build" : {
14- "builder" : " @angular-devkit /build-angular :application" ,
14+ "builder" : " @angular/build:application" ,
1515 "options" : {
1616 "outputPath" : " dist/app" ,
1717 "index" : " src/index.html" ,
5656 "defaultConfiguration" : " production"
5757 },
5858 "serve" : {
59- "builder" : " @angular-devkit /build-angular :dev-server" ,
59+ "builder" : " @angular/build:dev-server" ,
6060 "configurations" : {
6161 "production" : {
6262 "buildTarget" : " app:build:production"
6868 "defaultConfiguration" : " development"
6969 },
7070 "extract-i18n" : {
71- "builder" : " @angular-devkit /build-angular :extract-i18n"
71+ "builder" : " @angular/build:extract-i18n"
7272 },
7373 "test" : {
74- "builder" : " @angular-devkit /build-angular :karma" ,
74+ "builder" : " @angular/build:karma" ,
7575 "options" : {
7676 "polyfills" : [
7777 " zone.js" ,
106106 "schematicCollections" : [
107107 " angular-eslint"
108108 ]
109+ },
110+ "schematics" : {
111+ "@schematics/angular:component" : {
112+ "type" : " component"
113+ },
114+ "@schematics/angular:directive" : {
115+ "type" : " directive"
116+ },
117+ "@schematics/angular:service" : {
118+ "type" : " service"
119+ },
120+ "@schematics/angular:guard" : {
121+ "typeSeparator" : " ."
122+ },
123+ "@schematics/angular:interceptor" : {
124+ "typeSeparator" : " ."
125+ },
126+ "@schematics/angular:module" : {
127+ "typeSeparator" : " ."
128+ },
129+ "@schematics/angular:pipe" : {
130+ "typeSeparator" : " ."
131+ },
132+ "@schematics/angular:resolver" : {
133+ "typeSeparator" : " ."
134+ }
109135 }
110136}
You can’t perform that action at this time.
0 commit comments