Skip to content

Instantly share code, notes, and snippets.

@pietmichal
Created January 8, 2017 19:31
Show Gist options
  • Select an option

  • Save pietmichal/9cccb744fe6a7309d821a8ab61a6462a to your computer and use it in GitHub Desktop.

Select an option

Save pietmichal/9cccb744fe6a7309d821a8ab61a6462a to your computer and use it in GitHub Desktop.
Medium tutorial part2
@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