1 | import { Provider } from '@angular/core';
|
2 | import { ApolloClientOptions } from '@apollo/client/core';
|
3 | import { Flags, NamedOptions } from './types';
|
4 | import * as i0 from "@angular/core";
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 | export declare class ApolloModule {
|
14 | static ɵfac: i0.ɵɵFactoryDeclaration<ApolloModule, never>;
|
15 | static ɵmod: i0.ɵɵNgModuleDeclaration<ApolloModule, never, never, never>;
|
16 | static ɵinj: i0.ɵɵInjectorDeclaration<ApolloModule>;
|
17 | }
|
18 | export declare function provideApollo<TCacheShape = any>(optionsFactory: () => ApolloClientOptions<TCacheShape>, flags?: Flags): Provider;
|
19 | export declare function provideNamedApollo(optionsFactory: () => NamedOptions, flags?: Flags): Provider;
|