@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.
10 lines (9 loc) • 308 B
TypeScript
import { type Rule } from "@angular-devkit/schematics";
/**
* @param mainPath Path of the project `main.ts` file
*/
export declare function updateModule(mainPath: string): Rule;
/**
* @param mainPath Path of the project `main.ts` file
*/
export declare function updateModuleToV9(mainPath: string): Rule;