Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <mat-table>
  2. <mat-header-row *matHeaderRowDef>
  3. <mat-header-cell>header</mat-header-cell>
  4. </mat-header-row>
  5.  
  6. <mat-row>
  7. <mat-cell>
  8. cell
  9. </mat-cell>
  10. </mat-row>
  11. </mat-table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement