Can't bind to 'inputs' since it isn't a known property of 'ngx-carousel'
sajidali2444 opened this issue · 5 comments
hi, i am using angular version 5.2.1 its throwing error like Can't bind to 'inputs' since it isn't a known property of 'ngx-carousel'
any solution, please.
Eventually, i resolved my issue by adding NgxCarouselModule in shared module which used by every other module. now it is working fine now.
Thanks for the information. This carousel is depreciated go and download the @ngu/carousel with universal support
@sajidali2444 Can you please explain more what you did to resolve this issue, because for me it's already declared in app.module but I still got the problem.
@link25 I resolved it by using in the SharedModule and shared module is used by every other module.
I prefer you should also use a shared module.
as you can check my previous answer
i resolved my issue by adding NgxCarouselModule in a shared module which used by every other module. now it is working fine now
I'm still having the same issue on ngu/carousel