@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
19 lines (18 loc) • 629 B
TypeScript
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare function getWindow(): any;
/**
* The application window reference service references the global window variable.
* After users inject SkyAppWindowRef into a component, they can use the service to interact with
* window properties and event handlers by referencing its nativeWindow property.
*/
export declare class SkyAppWindowRef {
/**
* The global `window` variable.
*/
get nativeWindow(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppWindowRef, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyAppWindowRef>;
}