Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created December 18, 2017 15:19
Show Gist options
  • Save mbejda/8d2a164c22283f7ad73646762df4dd2c to your computer and use it in GitHub Desktop.
Save mbejda/8d2a164c22283f7ad73646762df4dd2c to your computer and use it in GitHub Desktop.
Created with Copy 2 Gist
@Directive({
selector: '[sampleDirective]'
})
export class SampleDirective {
private canvasComponent:ComponentRef<CanvasComponent>;
constructor(
) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment