Migration guide to version 20
May 29, 2025 ยท View on GitHub
How to update
ng update @ngx-pwa/local-storage
Important
If your project is actually in a version < 19, please do the other migrations first in an incremental way. The version 9 migration is especially important, as a wrongly done migration could lead to the loss of all previously stored data.
Breaking changes
- Angular 20 is required.
- RxJS >= 7.6 is required.
Important
RxJS 6 is not supported.
Done, no code changes.