[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
This commit is contained in:
Konstantinos Triantafyllou 2021-04-05 13:47:57 +00:00
parent 354b6d038e
commit 57a616037c
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
</h6>
</div>
<div class="uk-margin-large-top">
<methodology></methodology>
<how></how>
</div>
</div>
</div>

View File

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