Skip to content

Instantly share code, notes, and snippets.

@cironunes
Last active August 9, 2017 18:32
Show Gist options
  • Save cironunes/6b554c22680bbea4c69ec7c34423c0ae to your computer and use it in GitHub Desktop.
Save cironunes/6b554c22680bbea4c69ec7c34423c0ae to your computer and use it in GitHub Desktop.
HttpInterceptor interface
interface HttpInterceptor {
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment