I have a table whose data is bounded through a subscription made to an observable. I want to call a method only after the data is completely bounded to the table.
<tbody>
<tr *ngFor="#resource of resources">
....
</tr>
</tbody>
Any suggestions?