|
|
@ -2,8 +2,8 @@ |
|
|
|
*ngIf="this.showPrevArrow" |
|
|
|
aria-hidden="true" |
|
|
|
aria-label="previous" |
|
|
|
class="carousel-nav carousel-nav-prev no-min-width position-absolute" |
|
|
|
mat-stroked-button |
|
|
|
class="carousel-nav carousel-nav-prev no-min-width position-absolute px-1" |
|
|
|
mat-button |
|
|
|
tabindex="-1" |
|
|
|
(click)="previous()" |
|
|
|
> |
|
|
@ -25,8 +25,8 @@ |
|
|
|
*ngIf="this.showNextArrow" |
|
|
|
aria-hidden="true" |
|
|
|
aria-label="next" |
|
|
|
class="carousel-nav carousel-nav-next no-min-width position-absolute" |
|
|
|
mat-stroked-button |
|
|
|
class="carousel-nav carousel-nav-next no-min-width position-absolute px-1" |
|
|
|
mat-button |
|
|
|
tabindex="-1" |
|
|
|
(click)="next()" |
|
|
|
> |
|
|
|