<th>
and <td>
, you can just substitute it with respective tags as seen in this pull request... It works just fine ever since 2018, can you give an example of a project where it did not work for you?
I have this mat error
<mat-error *ngIf="!question5(event)">
<strong>Please note we cannot run both Social and Display with budgets below 5K GBP</strong>
</mat-error>
And I have a function that depends on another variables, and blah, but when it goes from true to false, it throws an aerror
I am using flat mat tree , i want to show parent child relation with border, like in this work https://tina-material-tree.firebaseapp.com/simple-tree . Please help. Is there any way to get this work code ??
This is my work so far https://stackblitz.com/edit/mat-tree-with-dragging . I'm also using drag and drop in this work.
onSelectionChange
event that is added changing the behavior?