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

item filter-search issue owl carousel angular 6/7 #59

Open dineshadhikari opened 5 years ago

dineshadhikari commented 5 years ago

Divs with .owl-carousel-item class are wrapped into additional .owl-item divs.

here is my code <div class="item" *ngFor="let subCat of subCats |filter:searchSubCat">