From fc72ea8bc33c89e095b1f881bc5a3ca46e24e8fe Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Thu, 2 Nov 2023 11:39:21 +0300 Subject: [PATCH] bug fix --- projects/app-root/environments/htmlenv.ts | 7 ++++++- .../pages/menu/item/pages-menu-item.component.html | 8 +++----- .../_modules/pages/menu/item/pages-menu-item.component.ts | 5 +++-- projects/app/_modules/viget/ico/ico.component.ts | 5 ++++- projects/environments/htmlenv.ts | 3 ++- projects/vniigaz/environments/htmlenv.ts | 1 + 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/projects/app-root/environments/htmlenv.ts b/projects/app-root/environments/htmlenv.ts index 10d25a7..b09a2e2 100644 --- a/projects/app-root/environments/htmlenv.ts +++ b/projects/app-root/environments/htmlenv.ts @@ -1,3 +1,8 @@ export const html = { - project:'app-root' + project:'app-root', + header: null, + leftContent: null, + footer: null, + rightContent: null, + ico:null, } \ No newline at end of file diff --git a/projects/app/_modules/pages/menu/item/pages-menu-item.component.html b/projects/app/_modules/pages/menu/item/pages-menu-item.component.html index ad808bd..54684f2 100644 --- a/projects/app/_modules/pages/menu/item/pages-menu-item.component.html +++ b/projects/app/_modules/pages/menu/item/pages-menu-item.component.html @@ -1,12 +1,10 @@
+ ico="chevron_right_24" [visible]="toggle" (toggle)="toggle=$event" [target]="menu" [angle]="[0,90]"> {{item.name}}
- - \ No newline at end of file +