@igo2/context
Version:
19 lines (18 loc) • 1.23 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ShareMapApiComponent } from './share-map/share-map-api.component';
import { ShareMapUrlComponent } from './share-map/share-map-url.component';
import { ShareMapComponent } from './share-map/share-map.component';
import * as i0 from "@angular/core";
import * as i1 from "./share-map/share-map.component";
import * as i2 from "./share-map/share-map-url.component";
import * as i3 from "./share-map/share-map-api.component";
export declare const SHARE_MAP_DIRECTIVES: readonly [typeof ShareMapComponent, typeof ShareMapUrlComponent, typeof ShareMapApiComponent];
/**
* @deprecated import the components/directives directly or SHARE_MAP_DIRECTIVES for the set
*/
export declare class IgoShareMapModule {
static forRoot(): ModuleWithProviders<IgoShareMapModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IgoShareMapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoShareMapModule, never, [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent], [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgoShareMapModule>;
}