Implement *fm-map-ifZoomToShowdirective
This commit is contained in:
@@ -67,6 +67,7 @@ import { PanToLocation} from './components/aol/pan-to-location/pan-to-location.c
|
||||
import {LayerSwitcher} from './components/layer-switcher/layer-switcher.component';
|
||||
import {HistogramDetailsComponent} from './components/legend/histogram-details/histogram-details.component';
|
||||
import {StatisticsDetailsComponent} from './components/legend/statistics-details/statistics-details.component';
|
||||
import { ifZoomToShowDirective} from './components/if-zoom-to-show/if-zoom-to-show.directive';
|
||||
|
||||
export function LocalStorageSync(reducer: ActionReducer<any>): ActionReducer<any> {
|
||||
const r = function(state, action) {
|
||||
@@ -147,7 +148,8 @@ export {
|
||||
ForSourceTask,
|
||||
ForPackage ,
|
||||
ITemporalItemLayer,
|
||||
TemporalItemLayer
|
||||
TemporalItemLayer,
|
||||
ifZoomToShowDirective
|
||||
}
|
||||
|
||||
@NgModule({
|
||||
@@ -199,7 +201,8 @@ export {
|
||||
PanToLocation,
|
||||
LayerSwitcher,
|
||||
HistogramDetailsComponent,
|
||||
StatisticsDetailsComponent
|
||||
StatisticsDetailsComponent,
|
||||
ifZoomToShowDirective
|
||||
],
|
||||
entryComponents: [
|
||||
FeatureListComponent,
|
||||
@@ -251,7 +254,8 @@ export {
|
||||
FeatureListCroppingschemeComponent,
|
||||
FeatureListCropfieldComponent,
|
||||
FeatureListFeatureContainerComponent,
|
||||
ZoomToExtentComponent
|
||||
ZoomToExtentComponent,
|
||||
ifZoomToShowDirective
|
||||
],
|
||||
providers: [
|
||||
FeatureIconService,
|
||||
|
Reference in New Issue
Block a user