Hello there!
I’m trying to create tabs with inner templates or in a manner where i can pass the url for the html template.
i want to avoid to create too many controllers, it could be on page with differente view tabs inside.
On ionic1 we had something like
`
<ion-nav-view name="tab-tab2">
<ion-content>`
But with ionic2 says that ion-nav-view is not a element… tested using ion-view with same issue
I tested using
<ion-view title="Whatever"> <ion-content> //Content goes here </ion-content> </ion-view>
Any ideas how to do it on ionic2?
Thanks
With