UNPKG

ng-refs

Version:

Practice better dependency injection of browser APIs within your Angular components and services.

10 lines 210 B
import { Injectable } from '@angular/core'; export class WindowRef { get native() { return window; } } WindowRef.decorators = [ { type: Injectable } ]; //# sourceMappingURL=window.ref.js.map