src/app/routes/routes.module.ts
@@ -17,6 +17,7 @@ import { Exception403Component } from './exception/403.component'; import { Exception404Component } from './exception/404.component'; import { Exception500Component } from './exception/500.component'; import { HomePageComponent } from './home-page/home-page.component'; const COMPONENTS = [ DashboardV1Component, @@ -32,7 +33,9 @@ CallbackComponent, Exception403Component, Exception404Component, Exception500Component Exception500Component, // moral pages HomePageComponent ]; const COMPONENTS_NOROUNT = [];