Created
May 17, 2018 09:19
-
-
Save berardo/1da46e29866872f2b928796dfabc2a95 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@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