Skip to content

Instantly share code, notes, and snippets.

@msarsha
Last active February 18, 2018 10:20
Show Gist options
  • Save msarsha/917aa92ea4fc6626f8a6454a7fc058a6 to your computer and use it in GitHub Desktop.
Save msarsha/917aa92ea4fc6626f8a6454a7fc058a6 to your computer and use it in GitHub Desktop.
myDir
@Directive({
selector: '[myDir]'
})
export class MyDirDirective {
constructor(public template: TemplateRef<any>) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment