This commit is contained in:
MathieuG-P
2022-07-21 19:17:56 +02:00
parent 5bdba58e57
commit 5bfd72a715
+1 -1
View File
@@ -21,7 +21,7 @@ export class ModalService{
this.modalType$.next(null);
}
public get modalType$(): BehaviorSubject<any>{
public get modalType$(): BehaviorSubject<ModalType>{
return this._modalType$;
}