Skip to content

Commit 1899170

Browse files
authored
Update angular directive & service schematics (#5)
1 parent 8e3b82f commit 1899170

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/frontend/angular.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@
136136
}
137137
}
138138
},
139+
"schematics": {
140+
"@schematics/angular:directive": {
141+
"type": "directive"
142+
},
143+
"@schematics/angular:service": {
144+
"type": "service"
145+
}
146+
},
139147
"cli": {
140148
"analytics": false,
141149
"packageManager": "pnpm",

0 commit comments

Comments
 (0)