Skip to content

Instantly share code, notes, and snippets.

@nicojs
Created January 15, 2019 14:45
Show Gist options
  • Save nicojs/e984283b37a67dfb2c7f0e331b426792 to your computer and use it in GitHub Desktop.
Save nicojs/e984283b37a67dfb2c7f0e331b426792 to your computer and use it in GitHub Desktop.
const appInjector = rootInjector
.provideValue('logger', logger)
.provideClass('httpClient', HttpClient);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment