diff --git a/reload/reload.component.ts b/reload/reload.component.ts index 48611c4a..f0179aca 100644 --- a/reload/reload.component.ts +++ b/reload/reload.component.ts @@ -6,15 +6,7 @@ import {HelperFunctions} from "../utils/HelperFunctions.class"; @Component({ selector: 'reload', template: ` -
-
-
-
- Go to initial page.... -
-
-
-
+ ` }) export class ReloadComponent { diff --git a/reload/reload.module.ts b/reload/reload.module.ts index e12ae190..788e3b5e 100644 --- a/reload/reload.module.ts +++ b/reload/reload.module.ts @@ -8,12 +8,13 @@ import{ReloadComponent} from './reload.component'; import {PreviousRouteRecorder} from '../utils/piwik/previousRouteRecorder.guard'; +import {LoadingModule} from "../utils/loading/loading.module"; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, - ReloadRoutingModule - + ReloadRoutingModule, LoadingModule + ], declarations: [ ReloadComponent diff --git a/utils/loading/loading.component.ts b/utils/loading/loading.component.ts index 53622c37..f43c89c1 100644 --- a/utils/loading/loading.component.ts +++ b/utils/loading/loading.component.ts @@ -4,7 +4,7 @@ import {Component, Input} from "@angular/core"; selector: 'loading', template: ` -
+