Hi guys.
I’m doing on Ionic 3 + Angular 5 project.
While trying to connect sqlite i have use ionic-sqlite and plugin cordova-sqlite-storage.
But the sqlitePlugin is alerted undefined in window.
window.sqlitePlugin.openDatabase({ name: gm_public.sql_data.db + ‘.db’, location: ‘default’ });
Can someone help me fix this one.
Thank you