ng update @ngx-pwa/local-storage
Important
If your project is actually in a version < 17, 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.
- Angular 18 is required.
- RxJS >= 7.6 is required.
Important
RxJS 6 is not supported.
- Made internal properties and methods of
StorageMap
natively private (#property
) instead of protected. ExtendingStorageMap
was undocumented so it is not considered a breaking change.