@ng-web-apis/geolocation
Version:
This is a library for declarative use of Geolocation API with Angular
8 lines (7 loc) • 316 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class GeolocationService extends Observable<GeolocationPosition> {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<GeolocationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GeolocationService>;
}