Merge branch 'develop' of ssh://bitbucket.arbetsformedlingen.se:7999/tea/mina-sidor-fa-web into develop

This commit is contained in:
Erik Tiekstra
2021-11-11 15:04:25 +01:00
10 changed files with 128 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
innehåll, förbättringar och uppdateringar.
</p>
<p>Målet är helt enkelt att underlätta ditt dagliga arbete!</p>
<msfa-news></msfa-news>
</ng-container>
<ng-template #unauthorizedRef>
<p>

View File

@@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
import { NewsModule } from '@msfa-shared/components/nyheter/news.module';
import { UiLoaderModule } from '@ui/loader/loader.module';
import { StartComponent } from './start.component';
@@ -15,6 +16,7 @@ import { StartComponent } from './start.component';
LayoutModule,
DigiNgCardModule,
UiLoaderModule,
NewsModule
],
})
export class StartModule {}