ui-carousel
ui-carousel copied to clipboard
inject angular-ui-carousel into angularjs
i dont think im doing it wrong but i keep getting an error is this carousel still working btw ? because i keep getting this
import uiCarousel from 'angular-ui-carousel';
angular.js:125 Uncaught Error: [$injector:modulerr] Failed to instantiate module meanstoreApp due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument 'module' is not a function, got Object
any one has any ideas ????
I gotta commit Angularjs is completely fraud in supporting some basic module, for example carousel :/
The error you're getting is most probably due to you using modern ES syntax but this old library not supporting it.
Nothing to do with angularJs (which it's also considered a legacy framework today, btw)
Does this package work in version angular 7