Created
August 11, 2016 19:02
-
-
Save tomasstankovic/e8b607130ab7304bc9b0d140010d3831 to your computer and use it in GitHub Desktop.
Angular 2 Http interceptor / Request interceptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private requestInterceptor(): void { | |
this.loaderService.showPreloader(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment