@gapi/angular-client
Version:
##### This module is intended to be used with [Gapi Server](https://github.com/Stradivario/gapi) but can be used with every GraphQL Server
13 lines (12 loc) • 591 B
JavaScript
/**
* Generated bundle index. Do not edit.
*/
define(["require", "exports", "./index", "./services/apollo.service"], function (require, exports, index_1, apollo_service_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GapiApolloModule = index_1.GapiApolloModule;
exports.GAPI_APOLLO_MODULE_CONFIG = index_1.GAPI_APOLLO_MODULE_CONFIG;
exports.GAPI_APOLLO_MODULE_DI_CONFIG = index_1.GAPI_APOLLO_MODULE_DI_CONFIG;
exports.GapiApolloService = index_1.GapiApolloService;
exports.ɵa = apollo_service_1.GapiApolloService;
});