diff --git a/dashboard/sharedComponents/page-content/page-content.component.ts b/dashboard/sharedComponents/page-content/page-content.component.ts index 6ba03726..64ff4522 100644 --- a/dashboard/sharedComponents/page-content/page-content.component.ts +++ b/dashboard/sharedComponents/page-content/page-content.component.ts @@ -2,10 +2,10 @@ import { AfterViewInit, ChangeDetectorRef, Component, - ElementRef, + ElementRef, Inject, Input, OnDestroy, - OnInit, + OnInit, PLATFORM_ID, ViewChild } from "@angular/core"; import {LayoutService} from "../sidebar/layout.service"; @@ -18,7 +18,7 @@ declare var ResizeObserver; selector: '[page-content]', template: `