mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 04:17:08 +00:00
Updated Angular Material element examples
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user