MurhafSousli / ngx-gallery

Angular Gallery, Carousel and Lightbox
https://ngx-gallery.netlify.app/
MIT License
610 stars 129 forks source link

Ng-gallery load error on Stackblitz #363

Closed marasi closed 4 years ago

marasi commented 4 years ago

Hi,

I am struggling with the Gallerize feature on <gallery gallerize></gallery> in VSCode.

So I have started to use Sackblitz... But if I started an App from scratch and try to import ng-gallery it returns an error:

Error in ~/src/main.ts ngcc failed to run on ng-gallery@5.0.0.

Live app test:

https://stackblitz.com/edit/angular-ng-gallery-test?file=src/app/app.component.html

Well, I need some help. Because I am using Angular for three weeks by now.

Thanks in advice. I will appreciate any advice.

Maurício

MurhafSousli commented 4 years ago

You haven't imported the module in your stackblitz. here is how it should look like https://stackblitz.com/edit/ngx-gallery?file=src%2Fapp%2Fapp.module.ts

marasi commented 4 years ago

Thank you @MurhafSousli