Skip to content

Commit

Permalink
Update angular.json for schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebolon authored Aug 26, 2024
1 parent 1fdf858 commit 5702f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"@schematics/angular:component": {
"inlineTemplate": true,
"inlineStyle": true,
"style": "scss"
"style": "scss",
"changeDetection": "OnPush"
}
},
"root": "",
Expand Down

0 comments on commit 5702f3f

Please sign in to comment.