Updated Angular Material examples

This commit is contained in:
Sercan Yemen
2018-06-20 16:16:02 +03:00
parent faef6ec6f8
commit 13746c2a73
138 changed files with 2124 additions and 592 deletions

View File

@@ -1,5 +1,4 @@
<div class="example-container mat-elevation-z8">
<table mat-table #table [dataSource]="dataSource">
<table mat-table [dataSource]="dataSource" class="mat-elevation-z8">
<!-- Checkbox Column -->
<ng-container matColumnDef="select">
@@ -46,4 +45,3 @@
(click)="selection.toggle(row)">
</tr>
</table>
</div>