Merge branch 'develop' of ssh://bitbucket.arbetsformedlingen.se:7999/tea/mina-sidor-fa-web into develop
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user