我试图将html组件包含在另一个组件中,但我不知道如何通过在角度2/4中使用ngInclude来解决它...
我的html组件
<form class="form-horizontal">
<div ng-include="'folder_consult.html'"></div>
<div class="panel panel-info">
<div class="panel-heading">
...
</div>
</div>
</form>
我试过这段代码,但它不起作用.. 使用ngInclude的问题?