Guest User

Untitled

a guest
Apr 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <ion-tabs tabsPlacement="bottom" tabsLayout="icon-top" #tabs>
  2. <ion-tab tabIcon="logo-icon" tabTitle="" [root]="contentPage"></ion-tab>
  3. <ion-tab tabIcon="dots-icon" tabTitle="title" (ionSelect)="openTabMenuModal()" [root]="customPage"></ion-tab>
  4. </ion-tabs>
Add Comment
Please, Sign In to add comment