diff --git a/error/error.module.ts b/error/error.module.ts index fe4716cc..02de4ec5 100644 --- a/error/error.module.ts +++ b/error/error.module.ts @@ -3,10 +3,11 @@ import {CommonModule} from '@angular/common'; import {FormsModule} from '@angular/forms'; import {ErrorPageComponent} from './errorPage.component'; +import {RouterModule} from "@angular/router"; @NgModule({ imports: [ - CommonModule, FormsModule + CommonModule, FormsModule, RouterModule ], providers: [], declarations: [