I’m working on Ionic project where in i should set header title to left for few templates and let it remain center for few templates is it possible? If so pls let me know.
<ion-nav-bar class="..." align-title="left">
...
</ion-nav-bar>
I had tried it but i did applied for ion-view
tag as in few templates i need title as left and few title to be center.
Do you have a codepen for it or share your code.