Open GnanaprakashChandiran opened 4 years ago
Steps:
I have totally ten items. but In Ui i am showing only five data. while tab from fifth item, its tab to hidden items.
I am using a tag. Please refer below code
<owl-carousel-o [options]="customOptions" (dragging)="isDragging = $event.dragging">
<ng-container *ngFor="let item of carouselData"> <ng-template carouselSlide> <div class="slider"> <a [owlRouterLink]="['/present']" [stopLink]="isDragging">{{item.text}}</a> <a class="outer-link" href="https://www.google.com"> <span>{{item.text}}</span> </a> </div> </ng-template> </ng-container>
Need Solution: Instead of tab to hidden items, need to show only next clickable link page.
How does owlRouterLink work for you? For me it clicks the item after i finish dragging. This is a bug and the maintainer isn't fixing it
owlRouterLink
Steps:
I have totally ten items. but In Ui i am showing only five data. while tab from fifth item, its tab to hidden items.
I am using a tag. Please refer below code
<owl-carousel-o [options]="customOptions" (dragging)="isDragging = $event.dragging">
Need Solution: Instead of tab to hidden items, need to show only next clickable link page.