Created
March 19, 2018 19:46
-
-
Save alexzuza/f73c216e2c96d57d653661273e5af64b to your computer and use it in GitHub Desktop.
DI merge injector
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: '[someDir]' | |
} | |
export class SomeDirective { | |
constructor(private injector: Injector) {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment