bonjurmrfirst / angular4-carousel

Animated angular2/4 carousel
22 stars 13 forks source link

Error: Uncaught (in promise) #35

Open shaugi opened 6 years ago

shaugi commented 6 years ago

core.js:1350 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'APPEAR' of undefined TypeError: Cannot read property 'APPEAR' of undefined public config: ICarouselConfig = { verifyBeforeLoad: true, log: false, animation: true, animationType: AnimationConfig.APPEAR, autoplay: true, autoplayDelay: 2000, stopAutoplayMinWidth: 768 };

trying use SLIDE / APPEAR/SLIDE_OVERLAP

nothing works any idea ?