Hi,
in a ngFor loop the div containers will not be rendered. Is it possible to add angular components into an ig-tile-manager direvtice?
<ig-tile-manager #tileManager widgetId="dashboard" [(options)]="tileOptions"> <div *ngFor="let tile of tiles"> {{tile.id}} </div></ig-tile-manager>
regards
Roland
Hello Roland,
Thank you for posting to our forum.
Yes, it is possible to add angular component into ig-tile-manager directive like other controls.
The best way for us to assist you is if you provide a small isolated sample that we can run and use for debugging locally
and see why in a *ngFor loop the div containers is not rendered?
For more information about how to render *ngFor with the other control like combo you can refer the below online sample link .
This link containing samples of all the angular controls:
https://github.com/IgniteUI/igniteui-angular2/blob/8648fc699ddcc117e967c2d5e7599325be5bd3cc/samples/igCombo/igComboTemplate.html
Please let me know if you need further assistance.