We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
It's kinda weird that there's a way to open it programmatically but can't be closed programmatically.
Sorry, something went wrong.
+1 Anybody find a solution?
No branches or pull requests
How to close image preview programatically inside a component?
something like
this.imagesGallery.close()
-> but this method does not exist on NgxGalleryComponentThe text was updated successfully, but these errors were encountered: