Created
December 18, 2017 15:19
-
-
Save mbejda/8d2a164c22283f7ad73646762df4dd2c to your computer and use it in GitHub Desktop.
Created with Copy 2 Gist
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
@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