#Ionic 2 Native Storage Sample Demo
This is simple Demo to show you how Ionic 2 native storage works..
Please Note: Ionic native Storage not works in browser.
To Run on device..
- clone the repo from github type
git clone https://github.com/TeamClouders/ionic-2-native-storage-demo.git
in your command prompt - type
npm install
in your command prompt - Must install plugin Native storage plugin type
ionic plugin add cordova-plugin-nativestorage
For More:
Good Luck !