UNPKG

@ng-web-apis/common

Version:
7 lines (6 loc) 229 B
import { InjectionToken } from '@angular/core'; export declare const WA_USER_AGENT: InjectionToken<string>; /** * @deprecated: drop in v5.0, use {@link WA_USER_AGENT} */ export declare const USER_AGENT: InjectionToken<string>;