I tried to include a html component in an other but I don't know how to resolve it by using ngInclude in angular 2/4...
my html component
<form class="form-horizontal">
<div ng-include="'folder_consult.html'"></div>
<div class="panel panel-info">
<div class="panel-heading">
...
</div>
</div>
</form>
I tried this code, but it does not work .. Issue for using ngInclude ?