The Purpose to make this demo is because many of developers having issue with lots of plugins and this is one of them. So I tried to Make Simple to Demo with CRUD Operation in Sqlite Ionic 2.
I hope You will find it very helpfull..
Steps:
- Download Nodejs.
- Download git.
- type
npm install -g ionic cordovain your command prompt. - type
git clone https://github.com/TeamClouders/Ionic-2-sqlite-demoin your command prompt. - After cloning type
npm installto install dependencies. - Attach your Mobile Device (Android/IOS).
- If Android first type
adb devicesto check if your device is avalible and Add Platform for yours exampleionic platform add androidORios - If Device is avalible type
ionic run androidit will build and install on your android device. - For IPhone build type
ionic build ios(only works when using Mac). - open
XCODEAnd deloy on your device or simmulator.
I made Simple Steps to show you how to work with core sqlite in typescript.
More demos are Comming soon..
Good Luck...!!



