ng update @ngx-pwa/local-storage
Important
If your project is actually in a version < 14, 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 15 is required.
- RxJS >= 7.4 is required.
Important
- RxJS 6 is not supported.
Advanced configuration via StorageModule.forRoot()
is deprecated.
Use the new provideXXX()
methods as shown in the interoperability or collision guides, depending on your case.
This aligns with the new standalone APIs in Angular 15.