Closed AntonGrekov closed 3 years ago
[style.opacity]="myCarousel.isFirst ? 0.5:1"
this won't update on page load. you need to use slider, then this style will be update. so, first prev arrow always active after load
My bad, if you set { loop: false } - all is working as expected
[style.opacity]="myCarousel.isFirst ? 0.5:1"
this won't update on page load. you need to use slider, then this style will be update. so, first prev arrow always active after load