@igo2/geo
Version:
13 lines (12 loc) • 969 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./style-list/style-list.module";
import * as i2 from "./style-modal/drawing/style-modal-drawing.component";
import * as i3 from "./style-modal/layer/style-modal-layer.component";
import * as i4 from "./style-modal/layer-button/style-modal-layer-button.component";
export declare class IgoStyleModule {
static forRoot(): ModuleWithProviders<IgoStyleModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IgoStyleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStyleModule, never, [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent], [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgoStyleModule>;
}