Update console dependencies (#2659)

This commit is contained in:
Pavlo Tkach
2025-01-31 21:40:37 +00:00
committed by GitHub
parent 19422075fa
commit 4ec2919ce3
46 changed files with 5200 additions and 5654 deletions
@@ -33,6 +33,7 @@ interface NavMenuNode extends RouteWithIcon {
selector: 'app-navigation',
templateUrl: './navigation.component.html',
styleUrls: ['./navigation.component.scss'],
standalone: false,
})
export class NavigationComponent {
renderRouter: boolean = true;