web-aid-kit / ngx-image-gallery

Probably the best Angular 4+ modal and inline image gallery. Angular upgrade for ng-image-gallery.
79 stars 47 forks source link

Angular 5+ support #23

Open MortezaT opened 6 years ago

MortezaT commented 6 years ago

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.

AnthonyNahas commented 6 years ago

I will updated in the next few days!

HarelM commented 6 years ago

Worth updating straight to angular 6 and rxjs 6.

PabloPerezAguilo commented 6 years ago

+1 angular 6 support

HarelM commented 6 years ago

Any updates on this? I would really love to get rid of those warnings...

HarelM commented 6 years ago

Angular 7 has just come out, this would be a good time to update this package...

DanielCaspers commented 5 years ago

Anyone else trying to run in Angular 7 and seeing compilation issues in AOT? I submitted a PR (#41), but I haven't been able to verify the fix as I have yet to build this from source but I'd be shocked if others weren't going to run into this problem also.

Environment

HarelM commented 5 years ago

I'm using skipLibCheck in my tsconfig file so I'm able to use angular 7 with aot.

DanielCaspers commented 5 years ago

@HarelM thanks for the idea. That exact suggestion didn't work for me. Instead, the fix for me was

"angularCompilerOptions": { "fullTemplateTypeCheck": false }

It might matter that this code was in an Angular library for me; not sure though...

HarelM commented 5 years ago

@maintainers any updates on this? I'm still getting warnings when using npm install...

HarelM commented 5 years ago

@thatisuday I saw your last commit about looking for someone to help maintain this package. I'll be happy to help out, please let me know how I can help. I would love to start with this issue which is open for more than a year now.