-
-
-
-
-
-
-
-
+
+
diff --git a/utils/modal/full-screen-modal/full-screen-modal.component.ts b/utils/modal/full-screen-modal/full-screen-modal.component.ts index 59fb76b9..1eaddbb7 100644 --- a/utils/modal/full-screen-modal/full-screen-modal.component.ts +++ b/utils/modal/full-screen-modal/full-screen-modal.component.ts @@ -1,35 +1,25 @@ -import {Component, ElementRef, EventEmitter, Input, OnInit, Output} from "@angular/core"; +import {Component, ElementRef, EventEmitter, OnInit, Output} from "@angular/core"; +import {fromEvent, Subscription} from 'rxjs'; +import {delay} from "rxjs/operators"; @Component({ selector: 'fs-modal', template: ` -