问题描述
它在使用 mat-carousel 时显示空屏幕而不显示图像 我在资产/图像中可能有图像
<mat-card>
<mat-carousel timings="200ms ease-in" [autoplay]="true" [interval]="3000">
<mat-carousel-slide *ngFor="let slide of slides; let i = index" [image]="slide.image"
overlayColor="#ffffff" [hideOverlay]="false">
</mat-carousel-slide>
</mat-carousel>
</mat-card>
@Component({
selector: "app-home-mainpage",templateUrl: "./mainpage.component.html",styleUrls : ["mainpage.component.html"]
})
导出类 MainPage{
slides = [{'image': '/assets/image/birds.jpg'},{'image': '/assets/image/mobile1.jpg'}];
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)