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 cordova
in your command prompt. - type
git clone https://github.com/TeamClouders/Ionic-2-sqlite-demo
in your command prompt. - After cloning type
npm install
to install dependencies. - Attach your Mobile Device (Android/IOS).
- If Android first type
adb devices
to check if your device is avalible and Add Platform for yours exampleionic platform add android
ORios
- If Device is avalible type
ionic run android
it will build and install on your android device. - For IPhone build type
ionic build ios
(only works when using Mac). - open
XCODE
And 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...!!