Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXhrFactory<T>

Type parameters

  • T

Hierarchy

  • IXhrFactory

Callable

  • IXhrFactory(method: string, url: string): T
  • xhrFactory Replace or decorate this service to create your own custom XMLHttpRequest objects. see https://docs.angularjs.org/api/ng/service/$xhrFactory

    Parameters

    • method: string
    • url: string

    Returns T

Generated using TypeDoc