UNPKG

@ng-web-apis/universal

Version:

A set of fallback for @ng-web-apis/common for Angular Universal

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