@angular/material v2.0.0-beta.12 examples updated.

This commit is contained in:
mustafahlvc
2017-10-10 17:19:06 +03:00
parent c025563145
commit bc239571a1
40 changed files with 599 additions and 58 deletions

View File

@@ -1,11 +1,13 @@
<div class="example-tooltip-host" matTooltip="Tooltip!" [matTooltipPosition]="position">
<span>Show tooltip</span>
<mat-select class="example-select" [(ngModel)]="position">
<mat-option value="before">Before</mat-option>
<mat-option value="after">After</mat-option>
<mat-option value="above">Above</mat-option>
<mat-option value="below">Below</mat-option>
<mat-option value="left">Left</mat-option>
<mat-option value="right">Right</mat-option>
</mat-select>
<mat-form-field>
<mat-select class="example-select" [(ngModel)]="position">
<mat-option value="before">Before</mat-option>
<mat-option value="after">After</mat-option>
<mat-option value="above">Above</mat-option>
<mat-option value="below">Below</mat-option>
<mat-option value="left">Left</mat-option>
<mat-option value="right">Right</mat-option>
</mat-select>
</mat-form-field>
</div>