angular-async-local-storagedeprecated

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.

Usage no npm install needed!

<script type="module">
  import angularAsyncLocalStorage from 'https://cdn.skypack.dev/angular-async-local-storage';
</script>

README

Async local storage for Angular

Deprecated (but still working). Package has been renamed @ngx-pwa/local-storage.