mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 00:27:15 +00:00
Updated Angular Material element examples
This commit is contained in:
@@ -9,5 +9,5 @@ import {Component} from '@angular/core';
|
||||
templateUrl: 'list-selection-example.html',
|
||||
})
|
||||
export class ListSelectionExample {
|
||||
typesOfShoes = ['Boots', 'Clogs', 'Loafers', 'Moccasins', 'Sneakers'];
|
||||
typesOfShoes: string[] = ['Boots', 'Clogs', 'Loafers', 'Moccasins', 'Sneakers'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user