Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created May 28, 2019 16:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/f145758e22c8e40b3d3d4df05a404ae5 to your computer and use it in GitHub Desktop.
Save lydemann/f145758e22c8e40b3d3d4df05a404ae5 to your computer and use it in GitHub Desktop.
OnPush schematics
"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