diff --git a/apps/datahub/src/app/app.module.ts b/apps/datahub/src/app/app.module.ts index e2b035fad1..4cac62f591 100644 --- a/apps/datahub/src/app/app.module.ts +++ b/apps/datahub/src/app/app.module.ts @@ -91,6 +91,7 @@ import { RecordApisComponent } from './record/record-apis/record-apis.component' import { MatTabsModule } from '@angular/material/tabs' import { UiWidgetsModule } from '@geonetwork-ui/ui/widgets' import { RecordUserFeedbacksComponent } from './record/record-user-feedbacks/record-user-feedbacks.component' +import { LetDirective } from '@ngrx/component' export const metaReducers: MetaReducer[] = !environment.production ? [] : [] @@ -162,6 +163,7 @@ export const metaReducers: MetaReducer[] = !environment.production ? [] : [] CarouselComponent, BlockListComponent, PreviousNextButtonsComponent, + LetDirective, ], providers: [ importProvidersFrom(FeatureAuthModule), diff --git a/apps/datahub/src/app/record/record-otherlinks/record-otherlinks.component.html b/apps/datahub/src/app/record/record-otherlinks/record-otherlinks.component.html index d6404df489..b97bc8a202 100644 --- a/apps/datahub/src/app/record/record-otherlinks/record-otherlinks.component.html +++ b/apps/datahub/src/app/record/record-otherlinks/record-otherlinks.component.html @@ -12,29 +12,28 @@ (directionButtonClicked)="changeStepOrPage($event)" > - - + + + + + + + - - - - -