Updated Angular Material element examples

This commit is contained in:
Sercan Yemen
2018-08-28 07:53:09 +03:00
parent 8fc20fef8f
commit 62b64cb78c
116 changed files with 934 additions and 898 deletions

View File

@@ -1,7 +1,7 @@
<mat-form-field class="example-user-input">
<mat-select placeholder="Tooltip position" [formControl]="position">
<mat-option *ngFor="let positionOption of positionOptions" [value]="positionOption">
{{ positionOption }}
{{positionOption}}
</mat-option>
</mat-select>
</mat-form-field>