[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:
parent
354b6d038e
commit
57a616037c
|
@ -92,7 +92,7 @@
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-margin-large-top">
|
<div class="uk-margin-large-top">
|
||||||
<methodology></methodology>
|
<how></how>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,12 +10,12 @@ import {GifSliderModule} from "../openaireLibrary/utils/gif-slider/gif-slider.mo
|
||||||
import {HelperModule} from "../openaireLibrary/utils/helper/helper.module";
|
import {HelperModule} from "../openaireLibrary/utils/helper/helper.module";
|
||||||
import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module";
|
import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module";
|
||||||
import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.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({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule,
|
CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule,
|
||||||
Schema2jsonldModule, SEOServiceModule, MethodologyModule
|
Schema2jsonldModule, SEOServiceModule, HowModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
LearnHowComponent
|
LearnHowComponent
|
||||||
|
|
Loading…
Reference in New Issue