UNPKG

@apollo-orbit/angular

Version:

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

6 lines (5 loc) 150 B
import { Provider } from '@angular/core'; export interface ApolloOrbitFeature { kind: `APOLLO_ORBIT_${string}`; providers: Array<Provider>; }