angular2-image-gallery
angular2-image-gallery copied to clipboard
How to integrate gallery in template?
Pretty sure that's not an actual issue but my ignorance, but I just can't get the gallery images displayed on my page. I have run the conversion script successfully and all the image data is located correctly at assets/img/gallery/ just as the script demanded. But after embedding the gallery directive in my template (as explained in point 5 of the step-by-step manual) I still get the following error in the console when loading my page: Did you run the convert script from angular2-image-gallery for your images first? Original error: [object Object] What could I have done wrong here?