我需要为表格中的图片添加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.