Skip to content

Instantly share code, notes, and snippets.

@tomasstankovic
Created August 11, 2016 19:02
Show Gist options
  • Save tomasstankovic/e8b607130ab7304bc9b0d140010d3831 to your computer and use it in GitHub Desktop.
Save tomasstankovic/e8b607130ab7304bc9b0d140010d3831 to your computer and use it in GitHub Desktop.
Angular 2 Http interceptor / Request interceptor
private requestInterceptor(): void {
this.loaderService.showPreloader();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment