Skip to content

Commit

Permalink
Always use OnPush when creating new components
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf authored and caebr committed Dec 4, 2024
1 parent 93f8903 commit 39eeb99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"schematics": {
"@schematics/angular": {
"component": {
"changeDetection": "OnPush"
}
}
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down

0 comments on commit 39eeb99

Please sign in to comment.