From 789a0225faced2d0f37c33c9e35b5827580d9beb Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 23 Dec 2022 17:36:35 +0200 Subject: [PATCH] Add cookie in server side requests. Remove sticky footer from page-content in server. Hide subitems in sidebar on server --- .../page-content/page-content.component.ts | 13 ++++-- .../sidebar/sideBar.component.html | 2 +- .../sidebar/sideBar.component.ts | 12 +++-- http-interceptor.service.ts | 45 +++++++++++-------- services/user-management.service.ts | 5 +-- 5 files changed, 48 insertions(+), 29 deletions(-) diff --git a/dashboard/sharedComponents/page-content/page-content.component.ts b/dashboard/sharedComponents/page-content/page-content.component.ts index 6ba03726..64ff4522 100644 --- a/dashboard/sharedComponents/page-content/page-content.component.ts +++ b/dashboard/sharedComponents/page-content/page-content.component.ts @@ -2,10 +2,10 @@ import { AfterViewInit, ChangeDetectorRef, Component, - ElementRef, + ElementRef, Inject, Input, OnDestroy, - OnInit, + OnInit, PLATFORM_ID, ViewChild } from "@angular/core"; import {LayoutService} from "../sidebar/layout.service"; @@ -18,7 +18,7 @@ declare var ResizeObserver; selector: '[page-content]', template: `
-