Fix console nested routes a11y (#2669)

This commit is contained in:
Pavlo Tkach
2025-02-05 20:45:21 +00:00
committed by GitHub
parent 08570511f5
commit 6c138420b0
22 changed files with 2160 additions and 2225 deletions
@@ -20,6 +20,8 @@
<mat-nested-tree-node
*matTreeNodeDef="let node; when: hasChild"
(click)="onClick(node)"
tabindex="0"
(keyup.enter)="onClick(node)"
>
<div class="mat-tree-node" [class.active]="router.url.includes(node.path)">
<button