谁能建议我如何在angular2中使用旋转木马

时间:2017-12-04 05:12:08

标签: html angular carousel

我需要为表格中的图片添加angular2-carousel。任何人都可以帮我这样做吗?

这是我尝试过的HTML代码:

  <div class="row">
    <div class="col-md-12">
      <carousel>
        <img src="http://www.tripathihospital.com/images/hospital.jpg" style="margin:auto;">
          <div class="carousel-caption">
            <h3 style="background-color: transparent;color: white;">Slide {{index + 1}}</h3>
          </div>
       </carousel>
    </div>
  </div>
 </td>

控制台输出:

Uncaught Error: Template parse errors:
'carousel' is not a known element:
1. If 'carousel' is an Angular component, then verify that it is part of this module. 

2 个答案:

答案 0 :(得分:0)

Website说明轮播的选择器不是<carousel>,而是<carousel-component>

更新选择器。

答案 1 :(得分:0)

可以正常查看我创建的Stackblitz示例。

我认为您没有安装对等依赖项。

npm install @types/hammerjs
npm install hammerjs