ngx-gallery
ngx-gallery copied to clipboard
A simple responsive native gallery component for Angular 8+.
How do I embed YouTube videos into the slider?
Is there a plan or how could I achieve error handling when using image (big) downloaded from url? spinner just keeps spinning even if i,e, 404 or 500 error is...
fetching images from a server and passing it to the `images` input property with `async pipe` causes typeError. Temporary fix by mapping null to undefined
Hi, Would it be possible to add an event emitter when the user rotates the preview ? Sometinhg like : (event: Event, index: number, rotatevelue: number) => void It would...
Hi there. I encountered one situation when I can't download an image from the preview using the `previewDownload` button. Trying to download sends me to a new tab with this...
When I have the fullWidth option set to true, I receive a ExpressionChangedAfterItHasBeenCheckedError (in dev mode). `PropertyComponent.html:5 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'width:...
On Angular 14, I try to display galleries from objects from my API. Here is my options : this.galleryOptions = [ { "thumbnails": false }, { "breakpoint": 500, "width": "5%",...
**Any plan to upgrade the library to Angular 15?** I'm trying to upgrade my app to Angular 15 and found the following issue when installing this library. ``` npm ERR!...
Angular version: 11 package version: 1.2.3 I'm using Angular version 11 and package version 1.2.3. My configuration settings for image preview are as follows: 'previewZoomStep':1, 'previewZoomMax':5, 'previewZoomMin':1, 'previewForceFullscreen': true While...