UNPKG

@ng-web-apis/geolocation

Version:

This is a library for declarative use of Geolocation API with Angular

7 lines (6 loc) 242 B
import { InjectionToken } from '@angular/core'; export declare const WA_GEOLOCATION: InjectionToken<Geolocation>; /** * @deprecated: drop in v5.0, use {@link WA_GEOLOCATION} */ export declare const GEOLOCATION: InjectionToken<Geolocation>;