@igo2/geo
Version:
43 lines (42 loc) • 4.32 kB
TypeScript
import { BaseLayersSwitcherComponent } from './baselayers-switcher/baselayers-switcher.component';
import { MiniBaseMapComponent } from './baselayers-switcher/mini-basemap.component';
import { GeolocateButtonComponent } from './geolocate-button/geolocate-button.component';
import { HomeExtentButtonComponent } from './home-extent-button/home-extent-button.component';
import { InfoSectionComponent } from './info-section/info-section.component';
import { MapBrowserComponent } from './map-browser/map-browser.component';
import { MapCenterComponent } from './map-center/map-center.component';
import { MenuButtonComponent } from './menu-button/menu-button.component';
import { OfflineButtonComponent } from './offline-button/offline-button.component';
import { RotationButtonComponent } from './rotation-button/rotation-button.component';
import { HoverFeatureDirective } from './shared/hover-feature.directive';
import { PointerPositionDirective } from './shared/map-pointer-position.directive';
import { MapOfflineDirective } from './shared/mapOffline.directive';
import { SwipeControlComponent } from './swipe-control/swipe-control.component';
import { WakeLockButtonComponent } from './wake-lock-button/wake-lock-button.component';
import { ZoomButtonComponent } from './zoom-button/zoom-button.component';
import * as i0 from "@angular/core";
import * as i1 from "./baselayers-switcher/baselayers-switcher.component";
import * as i2 from "./geolocate-button/geolocate-button.component";
import * as i3 from "./home-extent-button/home-extent-button.component";
import * as i4 from "./shared/hover-feature.directive";
import * as i5 from "./info-section/info-section.component";
import * as i6 from "./map-browser/map-browser.component";
import * as i7 from "./map-center/map-center.component";
import * as i8 from "./shared/mapOffline.directive";
import * as i9 from "./menu-button/menu-button.component";
import * as i10 from "./baselayers-switcher/mini-basemap.component";
import * as i11 from "./offline-button/offline-button.component";
import * as i12 from "./shared/map-pointer-position.directive";
import * as i13 from "./rotation-button/rotation-button.component";
import * as i14 from "./swipe-control/swipe-control.component";
import * as i15 from "./wake-lock-button/wake-lock-button.component";
import * as i16 from "./zoom-button/zoom-button.component";
export declare const MAP_DIRECTIVES: readonly [typeof BaseLayersSwitcherComponent, typeof GeolocateButtonComponent, typeof HomeExtentButtonComponent, typeof HoverFeatureDirective, typeof InfoSectionComponent, typeof MapBrowserComponent, typeof MapCenterComponent, typeof MapOfflineDirective, typeof MenuButtonComponent, typeof MiniBaseMapComponent, typeof OfflineButtonComponent, typeof PointerPositionDirective, typeof RotationButtonComponent, typeof SwipeControlComponent, typeof WakeLockButtonComponent, typeof ZoomButtonComponent];
/**
* @deprecated import the components directly or the MAP_DIRECTIVES for the set
*/
export declare class IgoMapModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, never, [typeof i1.BaseLayersSwitcherComponent, typeof i2.GeolocateButtonComponent, typeof i3.HomeExtentButtonComponent, typeof i4.HoverFeatureDirective, typeof i5.InfoSectionComponent, typeof i6.MapBrowserComponent, typeof i7.MapCenterComponent, typeof i8.MapOfflineDirective, typeof i9.MenuButtonComponent, typeof i10.MiniBaseMapComponent, typeof i11.OfflineButtonComponent, typeof i12.PointerPositionDirective, typeof i13.RotationButtonComponent, typeof i14.SwipeControlComponent, typeof i15.WakeLockButtonComponent, typeof i16.ZoomButtonComponent], [typeof i1.BaseLayersSwitcherComponent, typeof i2.GeolocateButtonComponent, typeof i3.HomeExtentButtonComponent, typeof i4.HoverFeatureDirective, typeof i5.InfoSectionComponent, typeof i6.MapBrowserComponent, typeof i7.MapCenterComponent, typeof i8.MapOfflineDirective, typeof i9.MenuButtonComponent, typeof i10.MiniBaseMapComponent, typeof i11.OfflineButtonComponent, typeof i12.PointerPositionDirective, typeof i13.RotationButtonComponent, typeof i14.SwipeControlComponent, typeof i15.WakeLockButtonComponent, typeof i16.ZoomButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMapModule>;
}