Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <gridster class="grid" [options]="config">
  2. <gridster-item *ngFor="let item of items; let i=index" [item]="item" >
  3. <div class="item-container" id="content" #content>
  4. <ndc-dynamic [ndcDynamicComponent]="item.widget"
  5. [ndcDynamicInputs]="{StoredData:item.OldData}" >
  6. </ndc-dynamic>
  7. </div>
  8. </gridster-item>
Add Comment
Please, Sign In to add comment