how to destroy owl carousel then reinitialize it after ngfor finish in agnular 11?
I’m using owl-carousel. Code: <owl-carousel [options]="customOptions" [items]="slidesStore1" > [carouselClasses]="[‘owl-theme’, ‘sliding’]" #owlElement> <div class="item" *ngFor="let img of slidesStore1;let modelpostion = index"
Continue reading
Recent Comments