Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
adding router module to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
fazanki committed Dec 11, 2018
1 parent f6aaf98 commit 6493b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ConfigService } from './config.service';
import {AuthModule} from './auth/auth.module';
import {HmctsModule} from './hmcts/hmcts.module';
import {GovukModule} from './govuk/govuk.module';
import {RouterModule} from '@angular/router';

@NgModule({
declarations: [
Expand All @@ -19,7 +20,7 @@ import {GovukModule} from './govuk/govuk.module';
BrowserModule.withServerTransition({appId: 'jui'}),
BrowserTransferStateModule,
RoutingModule,
// RouterModule.forRoot(routes),
RouterModule,
HttpClientModule,
SharedModule,
DomainModule,
Expand Down

0 comments on commit 6493b22

Please sign in to comment.