TL;DR; How to create ion-slide with separated template and controller like [root] for Tab
I want to create slider with two complexity content slides (like page). I wan’t push all code of slider to main controller, therefore I find best way do it. What can we do?
First: We can create two custom components and use it. But it’s not really component, the component isn’t reusable… However it’s easy way.
Second: Or we can use Tabs without header. We need also implement pager and swiper tabs. Maybe we can use the header like the pager… Nevertheless we lose slider features.
Third: ?
I am interested in your thoughts. Thanks