Created
January 8, 2017 19:31
-
-
Save pietmichal/9cccb744fe6a7309d821a8ab61a6462a to your computer and use it in GitHub Desktop.
Medium tutorial part2
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: 'app-tab', | |
| template: '', | |
| }) | |
| export class TabComponent { | |
| @Input() name: string; | |
| @Input() templateRef: TemplateRef; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment