Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpService

Hierarchy

  • HttpService

Index

Properties

Static handler

handler: HttpInterceptingHandler = new HttpInterceptingHandler()

Static pendingRequests$

pendingRequests$: BehaviorSubject<number> = new BehaviorSubject<number>(0)

Methods

Static decrementPendingRequest

  • decrementPendingRequest(): void

Static delete$

Static get$

Static getError

Static head$

Static incrementPendingRequest

  • incrementPendingRequest(): void

Static jsonp$

  • jsonp$<T>(url: string, callbackParam: string): Observable<T>
  • jsonp$<T>(url: string, callbackParam: string): Observable<HttpEvent<any> | HttpResponse<T> | HttpBodyType<T>>

Static options$

Static patch$

Static post$

Static put$

Static request$