Open bertwinromero opened 4 years ago
How to close image preview programatically inside a component?
@ViewChild('imagesGallery') imagesGallery: NgxGalleryComponent;
something like
this.imagesGallery.close() -> but this method does not exist on NgxGalleryComponent
this.imagesGallery.close()
It's kinda weird that there's a way to open it programmatically but can't be closed programmatically.
+1 Anybody find a solution?
How to close image preview programatically inside a component?
something like
this.imagesGallery.close()
-> but this method does not exist on NgxGalleryComponent