UNPKG

wft-geodb-angular-client

Version:
12 lines (11 loc) 584 B
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 GeoDbProModule { static forRoot(config: GeoDbConfig): ModuleWithProviders<GeoDbProModule>; constructor(config: GeoDbConfig); static ɵfac: i0.ɵɵFactoryDeclaration<GeoDbProModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<GeoDbProModule, never, [typeof i1.HttpClientModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<GeoDbProModule>; }