Implement *fm-map-ifZoomToShowdirective

This commit is contained in:
Willem Dantuma
2021-01-29 10:04:47 +01:00
parent 2f5ffde4d9
commit 154bcba620
2 changed files with 32 additions and 3 deletions

View File

@@ -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,