Open wakatanka opened 4 years ago
bump, any ideas?
@kolkov show(index) changes selectedIndex, but this change is not detected by angular, because of ChangeDetectionStrategy.OnPush https://github.com/kolkov/ngx-gallery/blob/master/projects/gallery/src/lib/ngx-gallery.component.ts#L32
Show method will not navigate the display the image based on the index. Unless I hover on the gallery
i, i've made a vertical thumbnails row of images with the same index of ngx-gallery, if i click on it using the methods showNext and ShowPrev works flawless, but if i use show(index), nothing happens. Any suggestions?
thanks