Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 644 Bytes

MIGRATION_TO_V19.md

File metadata and controls

24 lines (16 loc) · 644 Bytes

Migration guide to version 19

How to update

ng update @ngx-pwa/local-storage

Important

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

Important

RxJS 6 is not supported.

More documentation