Sidemenu SQLite

Is it possible to create a dynamic slidemenu from a SQLite database, and clicking on each element of the sidemenu accesses a content that is also stored in a SQLite database.
Especially how to manage imports of pages at app.modules.ts and app.components.ts?

Does this pages different from each other or does they have same template with different contents?

If they have same template you can use one page and dynamically load the contents when page loads.

The pages are different from each other

If you’re talking about storing templates in SQLite, I’m always hesitant to say something is impossible, but that would be pretty close to it.