Skip to content

Commit 087815a

Browse files
committed
feat: update angular schematics
1 parent 074791a commit 087815a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

angular.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
4+
"schematics": {
5+
"@schematics/angular:component": {
6+
"changeDetection": "OnPush",
7+
"style": "scss",
8+
"type": "Component"
9+
}
10+
},
411
"newProjectRoot": "projects",
512
"projects": {
613
"lib": {

0 commit comments

Comments
 (0)