uiuniversal / ngu-carousel

Angular Universal carousel
https://ngu-carousel.netlify.app
MIT License
332 stars 105 forks source link

Why isFirst/isLast is not updated on load ? #334

Closed AntonGrekov closed 3 years ago

AntonGrekov commented 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

AntonGrekov commented 3 years ago

My bad, if you set { loop: false } - all is working as expected