I've been try to think about a way to about this, can't just think about anything yet.
Quickly: I have a project which consists of two channels. One for the admin, the other for the staffs, The app automatically takes you the right channel depending on whether the variable from your database info says (admin: "true") or (admin: "false") respectively.
the staffs uses a tab menu. that's not a problem.
But I want the admin to use a side menu. The Question: How do I create a side menu inside of the admin page. I've read the ionic 3 docs, but it's not been of much help because the side menu is created from the app.component. But mine is inside a child page.
So please any help would be greatly appreciated.