You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <ion-content>
- <div class="content-container">
- <div class="heading-holder">
- <h2 class="main-header"> Booking </h2>
-
- <section class="segments">
- <button [ngClass]="{'active' : selectedTab === 'news'}"
- (click)="selectedTab = 'news'"> News </button>
- <button [ngClass]="{'active' : selectedTab === 'videos'}"
- (click)="selectedTab = 'videos'"> Videos </button>
- </section>
- </div>
- </div>
- </ion-content>
|