Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Tile Manager, Angular 2
posted

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