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 @@