UNPKG

@terminus/ngx-tools

Version:

[![CircleCI][circle-badge]][circle-link] [![codecov][codecov-badge]][codecov-project] [![semantic-release][semantic-release-badge]][semantic-release] [![MIT License][license-image]][license-url] <br> [![NPM version][npm-version-image]][npm-url] [![Github

12 lines (11 loc) 292 B
/** * Define a service that exposes the native window object */ export declare class TsWindowService { /** * Return a function that returns the native window object * * @returns The function that returns the native window object */ get nativeWindow(): Window; }