@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 571 B
TypeScript
import { MaybeAsync, Resolve } from '@angular/router';
import { MapService } from '@c8y/ngx-components/map';
import type * as L from 'leaflet';
import * as i0 from "@angular/core";
export declare class BoundsResolverService implements Resolve<L.LatLngBounds> {
private mapService;
constructor(mapService: MapService);
resolve(): MaybeAsync<L.LatLngBounds>;
static ɵfac: i0.ɵɵFactoryDeclaration<BoundsResolverService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BoundsResolverService>;
}
//# sourceMappingURL=bounds-resolver.service.d.ts.map