@ionic/storage-angular
Advanced tools
Changelog
3.0.2 (2021-03-16)
Major release with breaking changes. Adds support for non-Angular projects, such as React, Vue, or plain JS, as well as the ability to specify different storage engines. Also adds support for Ionic Secure Storage with Encryption support.
Breaking changes:
@ionic/storage-angular
.ready()
has been removed. Once create
is called, the rest of the operations will be ready to access.localforage-cordovaSQLiteDriver
is no longer provided out of the box to provide more options for storage engines and to remove a Cordova dependency. See README for how to install it separatelyThe actual storage API is essentially unchanged, so app code will likely port over with minimal modifications.
See README
for full installation and usage instructions.