-
This is very nice component.
But I'm currently want to make a thumbnails on right gallery with ngx-gallery.
How can I make this?
-
i want to add ngx-gallery click event.
i did as your documentation and guide.
But i can't catch any click event.
ts
onChange(data: any): void {
console.log(data);
}
can i help m…
-
**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! code ERESOLVE
npm ERR! ER…
-
#### What is the expected behavior?
Using lightbox with custom imageTemplate, when I click on one image I want to be the one who show up.
#### What is the current behavior?
It's always th…
-
In the original library:
```
/deep/ {
* {
box-sizing: border-box;
}
...
```
In this library:
```
* {
box-sizing: border-box;
}
```
This make globa…
-
galleryAction: NgxGalleryAction[];
ngOnInit(): void {
this.galleryOptions = [
{ "image": false, "preview": false, "thumbnailActions": this.galleryAction, "height": "515px", "width": "…
-
*prev* and *next* don't take arguments.
in component (as you can see no args) :
https://github.com/thatisuday/ngx-image-gallery/blob/c8403fca3084a9127d5e634c0c17131744c5787e/src/components/ngx-ima…
-
Hello Daniel,
The Gallery is awesome and I have used for 2-3months. Last 2 days I'm having issue with it. It's not possible to include the component in the project. I have created new angular proje…
-
npm WARN Could not resolve dependency:
npm WARN peer tslib@"^1.9.3" from @kolkov/ngx-gallery@1.2.3
npm WARN node_modules/@kolkov/ngx-gallery
npm WARN @kolkov/ngx-gallery@"1.2.3" from the root pro…
-
With latest angular project the peer dependency is not working
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: fete-bird-ui@0…