Skip to content

Instantly share code, notes, and snippets.

View nikhildhar1992's full-sized avatar

nikhildhar1992

View GitHub Profile
@nikhildhar1992
nikhildhar1992 / app,module.ts
Last active June 16, 2017 06:50
Sqlite in this is not working when I run ionic cordova run android -l -s -s but when I run ionic cordova run android it will work why this difference ??
import { BrowserModule } from '@angular/platform-browser';
import { ErrorHandler, NgModule } from '@angular/core';
import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
import { SplashScreen } from '@ionic-native/splash-screen';
import { StatusBar } from '@ionic-native/status-bar';
import { SQLite } from '@ionic-native/sqlite';
import { MyApp } from './app.component';
import { HomePage } from '../pages/home/home';
import { SqliteProvider } from '../providers/sqlite/sqlite';