We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0ef80 commit 03a0eaaCopy full SHA for 03a0eaa
projects/igniteui-angular/src/lib/list/list-item.component.html
@@ -1,7 +1,7 @@
1
2
<div *ngIf="!isHeader && list.listItemLeftPanningTemplate" #leftPanningTmpl class="igx-list__item-right"
3
[style.width.rem]="offsetWidthInRem" [style.height.rem]="offsetHeightInRem">
4
- <ng-container *ngTemlateOutlet="list.listItemLeftPanningTemplate.template; context: context">
+ <ng-container *ngTemplateOutlet="list.listItemLeftPanningTemplate.template; context: context">
5
</ng-container>
6
</div>
7
0 commit comments