ui back link
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<dd><digi-typography-time [afDateTime]="signal.startDate"></digi-typography-time></dd>
|
<dd><digi-typography-time [afDateTime]="signal.startDate"></digi-typography-time></dd>
|
||||||
|
|
||||||
<footer class="signal-view__footer">
|
<footer class="signal-view__footer">
|
||||||
<msfa-back-link route="../../">Tillbaka till deltagaren</msfa-back-link>
|
<ui-back-link route="../../">Tillbaka till deltagaren</ui-back-link>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</msfa-report-layout>
|
</msfa-report-layout>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||||
import { RouterModule } from '@angular/router';
|
import { RouterModule } from '@angular/router';
|
||||||
import { BackLinkModule } from '@msfa-shared/components/back-link/back-link.module';
|
|
||||||
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
|
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
|
||||||
import { UiLoaderModule } from '@ui/loader/loader.module';
|
import { UiLoaderModule } from '@ui/loader/loader.module';
|
||||||
import { UiSkeletonModule } from '@ui/skeleton/skeleton.module';
|
import { UiSkeletonModule } from '@ui/skeleton/skeleton.module';
|
||||||
import { ReportLayoutModule } from '../../../components/report-layout/report-layout.module';
|
import { ReportLayoutModule } from '../../../components/report-layout/report-layout.module';
|
||||||
import { SignalViewComponent } from './signal-view.component';
|
import { SignalViewComponent } from './signal-view.component';
|
||||||
import { SignalViewService } from './signal-view.service';
|
import { SignalViewService } from './signal-view.service';
|
||||||
|
import { UiBackLinkModule } from '@ui/back-link/back-link.module';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||||
@@ -17,7 +17,7 @@ import { SignalViewService } from './signal-view.service';
|
|||||||
RouterModule.forChild([{ path: '', component: SignalViewComponent }]),
|
RouterModule.forChild([{ path: '', component: SignalViewComponent }]),
|
||||||
LayoutModule,
|
LayoutModule,
|
||||||
ReportLayoutModule,
|
ReportLayoutModule,
|
||||||
BackLinkModule,
|
UiBackLinkModule,
|
||||||
UiLoaderModule,
|
UiLoaderModule,
|
||||||
UiSkeletonModule,
|
UiSkeletonModule,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user