ngx-gallery
ngx-gallery copied to clipboard
fileSource.split is not a function
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%", "height": "100px" } ];
I tried other options but still same error :
ERROR TypeError: fileSource.split is not a function
at NgxGalleryService.getFileType (kolkov-ngx-gallery.mjs:45:42)
at kolkov-ngx-gallery.mjs:1613:68
at Array.forEach (