UNPKG

@ngx-pwa/local-storage

Version:

Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.

3 lines (2 loc) 90 B
import { type Rule } from "@angular-devkit/schematics"; export default function (): Rule;