Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created February 2, 2020 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/db7611525962f8c0fbe8cff49c9836cb to your computer and use it in GitHub Desktop.
Save LarsBergqvist/db7611525962f8c0fbe8cff49c9836cb to your computer and use it in GitHub Desktop.
Provide for HTTP_INTERCEPTORS
{
provide: HTTP_INTERCEPTORS,
useClass: HttpInterceptorService,
multi: true,
deps: [MessageBrokerService, LoggingService]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment