-
I want to show base 64 video in ngx-gallery, but its not working. the base64 images are working fine. the issue is when I give base64 video url , the ngx is taking it as image. but if i give it as nor…
-
Hi! Try to use this version for Angular 8, 9.
https://www.npmjs.com/package/@kolkov/ngx-gallery
i have tried this @kolkov/ngx-gallery but its not displaying images with api
means: dynamic imag…
-
When I upgraded my angular from 8.0 to 9.0, getting the below error. Can you please fix this?
ERROR in node_modules/ngx-gallery/ngx-gallery-helper.service.d.ts:1:22 - error TS2724: Module '"node_modu…
-
## Current behavior
Elements have the possibility to be placed on top of the gallery's overlay.
## Expected behavior
The gallery's overlay should always be above all other elements.
## Possibl…
-
It's need Renderer2 instead of Renderer in angular 10. Kindly update it.
```
node_modules/ngx-gallery/ngx-gallery-preview.component.d.ts:1:89 - error TS2724: Module '"../@angular/core/core"' has no …
-
i am using ngx-gallery with angular 9.1.
i am fetching images from web services and building url attaching it like below:
```
this.service.getAllImages('5ef814a570f45211f5b2b508').subscribe((re…
-
Hi,
Firstly, I mark down ngx-gallery component in html like below, while the variable galleryImages is empty.
` `
The variable galleryImage and others is defined in typescript file as :
`
…
-
Using the config below, the arrow icons are not changing:
```
this.galleryOptions = [
{
arrowPrevIcon: 'fa fa-chevron-left',
arrowNextIcon: 'fa fa-arrow-circle-o-right',
…
-
npm WARN @kolkov/ngx-gallery@1.2.3 requires a peer of tslib@^1.9.3 but none is installed. You must install peer dependencies yourself.
hello.. my friend.. please you can correct?
-
After install, it warns about `@angular/core@^4.0.0` dependency.
> ngx-image-gallery@1.3.1 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself…