UNPKG

apollo-angular-link-http

Version:

An Apollo Link to allow sending a single http request per operation.

5 lines (4 loc) 133 B
import { HttpLink } from './http-link'; export declare const PROVIDERS: (typeof HttpLink)[]; export declare class HttpLinkModule { }