UNPKG

ng-refs

Version:

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

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