Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 946 Bytes

MIGRATION_TO_V15.md

File metadata and controls

32 lines (20 loc) · 946 Bytes

Migration guide to version 15

How to update

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.

Breaking changes

  • Angular 15 is required.
  • RxJS >= 7.4 is required.

Important

  • RxJS 6 is not supported.

Deprecation

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.

More documentation