Skip to content

Instantly share code, notes, and snippets.

@monkov
Created May 22, 2018 17:45
Show Gist options
  • Save monkov/89a5f28a85ab5f625bce1062bc40a824 to your computer and use it in GitHub Desktop.
Save monkov/89a5f28a85ab5f625bce1062bc40a824 to your computer and use it in GitHub Desktop.
providers : [
...
{
provide: HTTP_INTERCEPTORS,
useClass: AuthInterceptor,
multi: true
}
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment