mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-21 22:27:12 +00:00
@angular/material v2.0.0-beta.12 examples updated.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user