Migration guide to version 22

June 4, 2026 ยท View on GitHub

How to update

ng update @ngx-pwa/local-storage

Important

If your project is actually in a version < 21, 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 22 is required.
  • RxJS >= 7.6 is required.

Important

RxJS 6 is not supported.

  • StorageConfig and JSONSchema properties have been marked as readonly. This is mainly to enforce immutability inside of the library to avoid bugs, it should not have impacts at usage.

More documentation