We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d033d4 commit bc6c1b7Copy full SHA for bc6c1b7
src/material/tree/tree.ts
@@ -19,9 +19,6 @@ import {MatTreeNodeOutlet} from './outlet';
19
template: `<ng-container matTreeNodeOutlet></ng-container>`,
20
host: {
21
'class': 'mat-tree',
22
- 'role': 'tree',
23
- '(keydown)': '_sendKeydownToKeyManager($event)',
24
- '(focus)': '_focusInitialTreeItem()',
25
},
26
styleUrls: ['tree.css'],
27
encapsulation: ViewEncapsulation.None,
0 commit comments