UNPKG

@apollo-orbit/angular

Version:

A fully-featured GraphQL client for Angular with modular state management.

11 lines (10 loc) 449 B
import { HttpClient } from '@angular/common/http'; import { HttpLink, HttpOptions } from '@apollo/client/link/http'; import * as i0 from "@angular/core"; export declare class HttpLinkFactory { private readonly httpClient; constructor(httpClient: HttpClient); create(options?: HttpOptions): HttpLink; static ɵfac: i0.ɵɵFactoryDeclaration<HttpLinkFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HttpLinkFactory>; }