wft-geodb-angular-client
Version:
Provides Angular client bindings to the GeoDB service.
12 lines (11 loc) • 589 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { GeoDbConfig } from './model/geodb-config.model';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common/http";
export declare class GeoDbFreeModule {
static forRoot(config: GeoDbConfig): ModuleWithProviders<GeoDbFreeModule>;
constructor(config: GeoDbConfig);
static ɵfac: i0.ɵɵFactoryDeclaration<GeoDbFreeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GeoDbFreeModule, never, [typeof i1.HttpClientModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<GeoDbFreeModule>;
}