Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49384

Can We Use Ionic 3 Segemnt In Ionic4?

$
0
0

*Can we use the ionic 3 segments in the ionic 4 projects? is it bad?

<ion-segment [(ngModel)]="boxes">
  <ion-segment-button value="box1">
    Box 1
  </ion-segment-button>
  <ion-segment-button value="box2">
    Box 2
  </ion-segment-button>

</ion-segment>
<div *ngSwitchCase="'box1'">

  <p>hi its box 1</p>

</div>



<div *ngSwitchCase="'box2'">
  <p>hi its box 2</p>

</div>

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 49384

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>