Is it required to download a cordova plugin for that or is it already included. I am very confused about that. About the Native components, does it include the plugin in ionic package or not?
bandito
1
I think it has already been implemented in V2. You can simply import Storage and SqlStorage into your projects:
import {Storage, SqlStorage} from 'ionic-angular';
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| sqlStorage instead of sqlite(plugin) | 2 | 651 | May 15, 2018 | |
| What happened to SqlStorage? | 7 | 2946 | October 12, 2016 | |
| Can someone please clarify between @ionic/storage and @ionic-native/native-storage | 2 | 733 | July 23, 2017 | |
| Which Storage to use? | 3 | 753 | October 5, 2016 | |
| [SOLVED] Has SQL Storage been removed from ionic-native? | 1 | 577 | August 7, 2016 |