Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created December 18, 2017 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbejda/b6c1c6493f779af6f82b9bc29f66b17a to your computer and use it in GitHub Desktop.
Save mbejda/b6c1c6493f779af6f82b9bc29f66b17a to your computer and use it in GitHub Desktop.
Created with Copy to Gist
@Directive({
selector: '[sampleDirective]'
})
export class SampleDirective {
private canvasComponent:ComponentRef<CanvasComponent>;
constructor(
) {
}
}
@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