AngularDart猫头鹰轮播

时间:2018-09-07 10:44:17

标签: angular owl-carousel angular-dart

我正在尝试使用Angular实现猫头鹰轮播,我的代码如下

<section id="demos">
<div class="row">
    <div class="large-12 columns">
        <div class="owl-carousel owl-theme">
            <div class="item" *ngFor="let item of items">
                <carouselFixture [stream]="item.stream" *ngIf="item.viewModelType == 'ItemSummary'" >
            </div>
        </div>
    </div>
 </div>
</section>

In the below image I had highlighted the area that is done using Owl Carousel

Owl Carousel的输出很奇怪,谁能帮助我解决这个问题。我已经使用Dart和Angular开发了该应用程序

0 个答案:

没有答案