Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active July 28, 2019 13:05
Show Gist options
  • Save arturovt/cf4aa0a9d259493aee01ce2de4696042 to your computer and use it in GitHub Desktop.
Save arturovt/cf4aa0a9d259493aee01ce2de4696042 to your computer and use it in GitHub Desktop.
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