Remove stateserializerservice from common-map
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit

This commit is contained in:
Willem Dantuma
2020-02-19 11:37:21 +01:00
parent 9c5955bc6f
commit 755475bff7
9 changed files with 58 additions and 127 deletions

View File

@@ -20,7 +20,6 @@ import { IMapState} from './models/map.state';
import { ISelectedFeatures } from './models/selected.features';
import { IItemLayer } from './models/item.layer';
import { ItemLayer} from './models/item.layer';
import { IQueryState } from './models/query.state';
import { IPeriodState } from './models/period.state';
// components
@@ -57,7 +56,6 @@ import { MapSearchComponent } from './components/map-search/map-search.component
import { MapRoutingModule } from './common-map-routing.module';
import { LegendComponent } from './components/legend/legend.component';
import { LayerVectorImageComponent } from './components/aol/layer-vector-image/layer-vector-image.component';
import { StateSerializerService } from './services/state-serializer.service';
import {FeatureIconService} from './services/feature-icon.service';
import { GeolocationService } from './services/geolocation.service';
import {DeviceOrientationService} from './services/device-orientation.service';
@@ -133,7 +131,6 @@ export {
AbstractItemWidgetComponent,
AbstractItemListItemComponent,
AbstractItemListComponent,
StateSerializerService,
FeatureIconService,
GeolocationService,
DeviceOrientationService,
@@ -141,7 +138,6 @@ export {
ISelectedFeatures,
IItemLayer,
ItemLayer,
IQueryState,
IPeriodState,
ForChild,
ForItemType,
@@ -254,7 +250,6 @@ export class AppCommonMapModule {
return {
ngModule: AppCommonMapModule,
providers: [
StateSerializerService,
FeatureIconService,
GeolocationService,
DeviceOrientationService,