Skip to content

Instantly share code, notes, and snippets.

@ricmello
Last active May 25, 2018 03:38
Show Gist options
  • Save ricmello/0847303e44446b3d71dda71989c3db67 to your computer and use it in GitHub Desktop.
Save ricmello/0847303e44446b3d71dda71989c3db67 to your computer and use it in GitHub Desktop.
declare module '@angular/common/http/src/client' {
export interface HttpClient {
hideLoader(hide?: boolean): HttpClient;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment