<div #rowWidjet class="row" style="background-color:transparent;">
<app-services [id]="item.id" *ngFor="let item of widgetList" class="col-{{item.width}}" [token]="token" [companyId]="companyId"></app-services>
</div>