<div [ngTemplateOutlet]="err"></div>
</div>
Выводит ошибку - ERROR TypeError: templateRef.createEmbeddedView is not a function
что такое errors
что то вроде <ul class="list-group"> <li class="list-group-item" *ngFor="let item of items; let i = index"> <ng-container *ngTemplateOutlet="listItemTemplate; context: {$implicit: item}"> </ng-container> </li> </ul>
Обсуждают сегодня