Skip to content

Instantly share code, notes, and snippets.

@twerske
Created May 13, 2022 20:27
Show Gist options
  • Save twerske/a9ac481c0bbb7b847d23d28e9ed8851b to your computer and use it in GitHub Desktop.
Save twerske/a9ac481c0bbb7b847d23d28e9ed8851b to your computer and use it in GitHub Desktop.
NgModel OnPush
@Component({
selector: 'my-component',
template: `
<child [ngModel]="value"></child>
`,
changeDetection: ChangeDetectionStrategy.OnPush
})
class MyComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment