工作我使用的離子3.離子3幻燈片不自動播放
這裏是我的模板
<ion-slides autoplay="5000" loop="true" speed="500" class="slides" pager="true">
<ion-slide *ngFor="let Image of PImage">
<img src="{{Image.URL}}" alt="Product Image">
</ion-slide>
</ion-slides>
但我收到此錯誤
TypeError: Cannot read property 'hasAttribute' of undefined
我怎樣才能解決這個問題?
請諮詢我,
感謝
請您通過添加* ngif這樣的嘗試「autoplay =」5000「...> ...'?似乎這個問題可能與數據準備好之前創建的幻燈片有關... – sebaferreras
感謝您的答覆。它的工作很好:)) – ANISUNDAR
很高興聽到這個!我已經添加了,作爲一個問題的鏈接相關的一個問題的答案:) – sebaferreras