I’m trying to make an application that store HTML in SQLite database.
I’m using ionic 3 to make this app and i’m new to Angular 4, I’m more familar with angularjs.
Until now, I known how to get HTML from SQLite, but I still don’t how can I pass it into an ionic 3 Page dynamically.
I want to do that because i want to implement the searching function for my HTML content.
Please help me.