storage

npm

High-performance, client-side, encrypted, and dynamically compressed reactive state and storage utilities.

TypeScriptmain.ts
import { STORAGE_TRANSPORT, LocalStorageTransport } from '@angular-helpers/storage';
  
  bootstrapApplication(AppComponent, {
    providers: [
      // Provide the default storage transport
      { provide: STORAGE_TRANSPORT, useClass: LocalStorageTransport }
    ],
  });

πŸ’Ύ
Core Primitives

βš™
Transports & Protocols

LCP N/A
CLS N/A
INP N/A