UNPKG

@ng-web-apis/geolocation

Version:

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

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