Last active
July 28, 2019 13:05
-
-
Save arturovt/cf4aa0a9d259493aee01ce2de4696042 to your computer and use it in GitHub Desktop.
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
function createInjector( | |
defType: any, | |
parent?: Injector | null, | |
additionalProviders?: StaticProvider[] | null, | |
name?: string | |
): Injector; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment