From 57a616037c2ea8da3652276116140c8dce1dcc38 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Mon, 5 Apr 2021 13:47:57 +0000 Subject: [PATCH] [Monitor | Trunk]: Replace methodoloy with how git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@60799 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/learn-how/learn-how.component.html | 2 +- src/app/learn-how/learn-how.module.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index 4c5a525..294088c 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -92,7 +92,7 @@
- +
diff --git a/src/app/learn-how/learn-how.module.ts b/src/app/learn-how/learn-how.module.ts index d3b8aea..b6579c3 100644 --- a/src/app/learn-how/learn-how.module.ts +++ b/src/app/learn-how/learn-how.module.ts @@ -10,12 +10,12 @@ import {GifSliderModule} from "../openaireLibrary/utils/gif-slider/gif-slider.mo import {HelperModule} from "../openaireLibrary/utils/helper/helper.module"; import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module"; import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module"; -import {MethodologyModule} from "../openaireLibrary/monitor/methodology/methodology.module"; +import {HowModule} from "../openaireLibrary/monitor/how/how.module"; @NgModule({ imports: [ CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule, - Schema2jsonldModule, SEOServiceModule, MethodologyModule + Schema2jsonldModule, SEOServiceModule, HowModule ], declarations: [ LearnHowComponent