role property

  1. @HostBinding('attr.role')
  2. @Input()
String role
getter/setter pair

Role to apply to the material-list.

Defaults to 'list'

Implementation

@HostBinding('attr.role')
@Input()
String role = 'list';