UNPKG

@apollo-orbit/angular

Version:

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

5 lines (4 loc) 268 B
import { HttpClient } from '@angular/common/http'; import { HttpConfig } from './httpConfig'; export { HttpConfig } from './httpConfig'; export declare const makeFetch: (httpClient: HttpClient) => (url: string, { method, ...config }: HttpConfig) => Promise<Response>;