layout-widjet.component.html 224 Bytes
Newer Older
Ooh-Ao committed
1
<div #rowWidjet class="row" style="background-color:transparent;">
Ooh-Ao committed
2 3
  <app-services [id]="item.id" *ngFor="let item of widgetList" class="col-{{item.width}}" [token]="token"
    [companyId]="companyId"></app-services>
Ooh-Ao committed
4
</div>