File tree Expand file tree Collapse file tree 6 files changed +3888
-3152
lines changed Expand file tree Collapse file tree 6 files changed +3888
-3152
lines changed Original file line number Diff line number Diff line change 11# Angular
22
3- This library was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 18 .2.
3+ This library was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 20 .2.
44
55## Code scaffolding
66
Original file line number Diff line number Diff line change 184184 " @cypress/schematic" ,
185185 " @schematics/angular"
186186 ]
187+ },
188+ "schematics" : {
189+ "@schematics/angular:component" : {
190+ "type" : " component"
191+ },
192+ "@schematics/angular:directive" : {
193+ "type" : " directive"
194+ },
195+ "@schematics/angular:service" : {
196+ "type" : " service"
197+ },
198+ "@schematics/angular:guard" : {
199+ "typeSeparator" : " ."
200+ },
201+ "@schematics/angular:interceptor" : {
202+ "typeSeparator" : " ."
203+ },
204+ "@schematics/angular:module" : {
205+ "typeSeparator" : " ."
206+ },
207+ "@schematics/angular:pipe" : {
208+ "typeSeparator" : " ."
209+ },
210+ "@schematics/angular:resolver" : {
211+ "typeSeparator" : " ."
212+ }
187213 }
188214}
You can’t perform that action at this time.
0 commit comments