Advertisement
Guest User

Untitled

a guest
Oct 21st, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1.  <ion-content>
  2.       <ion-slides pager="true" [options]="slideOpts">
  3.         <ion-slide>
  4.           <app-component1 ngif="showApp1" ><app-component1>
  5.         </ion-slide>
  6.         <ion-slide>
  7.           <app-component2 ngif="showApp2"><app-component2>
  8.         </ion-slide>
  9.         <ion-slide>
  10.           <app-component3 ngif="showApp3" ><app-component3>
  11.         </ion-slide>
  12.       </ion-slides>
  13.     </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement