diff --git a/dashboard/sharedComponents/page-content/page-content.component.ts b/dashboard/sharedComponents/page-content/page-content.component.ts index 47f5a943..7229fc1f 100644 --- a/dashboard/sharedComponents/page-content/page-content.component.ts +++ b/dashboard/sharedComponents/page-content/page-content.component.ts @@ -1,24 +1,78 @@ -import {Component, OnInit} from "@angular/core"; +import {Component, ElementRef, EventEmitter, HostListener, OnDestroy, OnInit, Output, ViewChild} from "@angular/core"; +import {Subscription} from "rxjs"; + +declare var UIkit; @Component({ selector: '[page-content]', template: ` -