UNPKG

ng-refs

Version:

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

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