This commit is contained in:
2026-05-11 15:59:57 +03:30
parent 7b3a27110a
commit 3e48e8fd5c
5 changed files with 57 additions and 31 deletions
@@ -25,8 +25,11 @@
<!-- [ngStyle]="{ transform: 'scale(1.' + pullDistance() * 10 + ')' }" -->
</div>
}
{{ isAuth() }}
@if (isAuth()) {
<router-outlet></router-outlet>
@defer (when isAuth()) {
<router-outlet></router-outlet>
}
} @else {
@defer (when !isAuth()) {
<pos-pages-layout />