diff --git a/projects/common-map/src/fm-map/components/map/map.component.ts b/projects/common-map/src/fm-map/components/map/map.component.ts index 380be41..692ae43 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.ts +++ b/projects/common-map/src/fm-map/components/map/map.component.ts @@ -365,7 +365,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit { else { return of(null); } - })).subscribe((newUrlState) =>{ + })).subscribe((newUrlState: any) => { if(newUrlState) { //console.debug(`State to url`); this.replaceUrl(newUrlState.mapState,newUrlState.queryState,newUrlState.replaceUrl);