fix DI errors and stabilize static page navigation

This commit is contained in:
sdarbinyan
2026-07-05 03:41:13 +04:00
parent b0c5c5e051
commit 79a12c0ec2
8 changed files with 45 additions and 65 deletions

View File

@@ -5,7 +5,7 @@
<section class="static-page__state">
<h1>404</h1>
<p>Страница не найдена</p>
<a [routerLink]="'/' | langRoute">На главную</a>
<a [routerLink]="homeRoute()">На главную</a>
</section>
} @else {
<article class="static-page__content">