<!-- Image slider -->
<div class="demo">
<h3>Image slider</h3>
<carousel [images]="imagesForSlider" [objectFit]="'cover'" [cellWidth]="'100%'" [height]="300"
[autoplay]="true" [dots]="true" [loop]="true">
</carousel>
</div>
in this case loop,dots,autoplay,height,etc...are error required. any solutions?