Improve console accessibility (#2649)

This commit is contained in:
Pavlo Tkach
2025-01-26 00:47:53 +00:00
committed by GitHub
parent 653e092ad4
commit 8987fd37c2
30 changed files with 113 additions and 30 deletions
@@ -6,7 +6,9 @@
<mat-tree-node
*matTreeNodeDef="let node"
matTreeNodeToggle
tabindex="0"
(click)="onClick(node)"
(keyup.enter)="onClick(node)"
[class.active]="router.url.includes(node.path)"
[elementId]="getElementId(node)"
>