Skip to content

Instantly share code, notes, and snippets.

@berardo
Created May 17, 2018 09:19
Show Gist options
  • Save berardo/1da46e29866872f2b928796dfabc2a95 to your computer and use it in GitHub Desktop.
Save berardo/1da46e29866872f2b928796dfabc2a95 to your computer and use it in GitHub Desktop.
@Component({
selector: 'my-component',
templateUrl: './my-component.html',
styleUrls: ['./my-component.css'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class MyComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment