Show empty message in data table angular material, If no data found

Code Example - Show empty message in data table angular material, If no data found

                
                        <tr class="mat-row" *matNoDataRow>
  <td class="mat-cell" colspan="9999">
    No data matching the filter
  </td>
</tr>