mujtaba01 / ngx-owl-carousel

An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
MIT License
70 stars 25 forks source link

error in angular 5 #30

Open javadmjt opened 6 years ago

javadmjt commented 6 years ago

when i use ng build the blow error occurred

<owl-carousel [ERROR ->][items]="images" [carouselClasses]="['owl-theme', 'sliding']">

<owl-carousel [items]="images" [ERROR ->][carouselClasses]="['owl-theme', 'sliding']">

ethyaan commented 5 years ago

Hi, Can you share some more details? which version of angular is used? are you facing same issue now?