From e5455314df785a01157a7182c5164b182aa8ef34 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 14 Oct 2020 10:14:09 +0000 Subject: [PATCH] [Connect | Trunk]: Create header for navigation bar on app component git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59589 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/app.component.ts | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index a293bfb..db8ffba 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -12,6 +12,7 @@ import {HelperFunctions} from "./openaireLibrary/utils/HelperFunctions.class"; import {UserManagementService} from "./openaireLibrary/services/user-management.service"; import {ConfigurationService} from "./openaireLibrary/utils/configuration/configuration.service"; import {properties} from '../environments/environment'; +import {Header} from "./openaireLibrary/sharedComponents/navigationBar.component"; @Component({ //changeDetection: ChangeDetectionStrategy.Default, @@ -21,13 +22,13 @@ import {properties} from '../environments/environment'; `], template: `
- -