TokarzKrzysztof
Results
1
comments of
TokarzKrzysztof
In my case i needed only to change src`s of images, so i achieve this by directly setting smallImages, mediumImages and bigImages like this this.ngxGalleryComponent.smallImages = this.galleryImages.map(x => x.small) this.ngxGalleryComponent.mediumImages...