It is invalid for angular6 to use ngx-swiper-wrapper@5.3.8 carousel.

angular6 uses ngx-swiper-wrapper@5.3.8 or 6 version, and finds that it cannot be played
I follow this
https://www.jianshu.com/p/54a.

.

html:

<div class="swiper-container" [swiper]="swipeleft">
      <div class="swiper-wrapper">
           <div class="swiper-slide" *ngFor="let item of textCarouselleft">
               <a target="_blank" :href="{{item.href}}">
                  

{{item.title}}

</a> <span>{{item.date}}</span> </div> </div> </div>

ts:

this.swipeleft  = {
  slidesPerView: 18,
  direction: "vertical",
  loop: true,
  autoplay: true,
  speed: 1000,

};

less:

clipboard.png

I do not know why, I changed two versions, both are like this, slidesPerView: 18, this I set 18, but only 8, I do not know what is wrong with me, which god to help, thank you very much

Feb.16,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b318a6-2b5f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b318a6-2b5f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?