File tree Expand file tree Collapse file tree 4 files changed +6194
-11835
lines changed Expand file tree Collapse file tree 4 files changed +6194
-11835
lines changed Original file line number Diff line number Diff line change 15
15
"prefix" : " app" ,
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/angular"
62
62
"defaultConfiguration" : " production"
63
63
},
64
64
"serve" : {
65
- "builder" : " @angular-devkit /build-angular :dev-server" ,
65
+ "builder" : " @angular/build:dev-server" ,
66
66
"configurations" : {
67
67
"production" : {
68
68
"buildTarget" : " angular:build:production"
74
74
"defaultConfiguration" : " development"
75
75
},
76
76
"extract-i18n" : {
77
- "builder" : " @angular-devkit /build-angular :extract-i18n" ,
77
+ "builder" : " @angular/build:extract-i18n" ,
78
78
"options" : {
79
79
"buildTarget" : " angular:build"
80
80
}
81
81
},
82
82
"test" : {
83
- "builder" : " @angular-devkit /build-angular :karma" ,
83
+ "builder" : " @angular/build:karma" ,
84
84
"options" : {
85
85
"polyfills" : [
86
86
" zone.js" ,
103
103
},
104
104
"cli" : {
105
105
"analytics" : false
106
+ },
107
+ "schematics" : {
108
+ "@schematics/angular:component" : {
109
+ "type" : " component"
110
+ },
111
+ "@schematics/angular:directive" : {
112
+ "type" : " directive"
113
+ },
114
+ "@schematics/angular:service" : {
115
+ "type" : " service"
116
+ },
117
+ "@schematics/angular:guard" : {
118
+ "typeSeparator" : " ."
119
+ },
120
+ "@schematics/angular:interceptor" : {
121
+ "typeSeparator" : " ."
122
+ },
123
+ "@schematics/angular:module" : {
124
+ "typeSeparator" : " ."
125
+ },
126
+ "@schematics/angular:pipe" : {
127
+ "typeSeparator" : " ."
128
+ },
129
+ "@schematics/angular:resolver" : {
130
+ "typeSeparator" : " ."
131
+ }
106
132
}
107
133
}
You can’t perform that action at this time.
0 commit comments