Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ion-content>
- <ion-slides pager="true" [options]="slideOpts">
- <ion-slide>
- <app-component1 ngif="showApp1" ><app-component1>
- </ion-slide>
- <ion-slide>
- <app-component2 ngif="showApp2"><app-component2>
- </ion-slide>
- <ion-slide>
- <app-component3 ngif="showApp3" ><app-component3>
- </ion-slide>
- </ion-slides>
- </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement