role property
Role to apply to the material-list.
Defaults to 'list'
Implementation
@HostBinding('attr.role')
@Input()
String role = 'list';
Role to apply to the material-list.
Defaults to 'list'
@HostBinding('attr.role')
@Input()
String role = 'list';