Created
May 28, 2019 16:52
-
-
Save lydemann/f145758e22c8e40b3d3d4df05a404ae5 to your computer and use it in GitHub Desktop.
OnPush schematics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"projects": { | |
"my-project": { | |
"root": "", | |
"sourceRoot": "src", | |
"projectType": "application", | |
"prefix": "app", | |
"schematics": { | |
"@schematics/angular:component": { | |
"changeDetection": "OnPush" | |
} | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment