mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add type
This commit is contained in:
@@ -21,7 +21,7 @@ export class ModalService{
|
||||
this.modalType$.next(null);
|
||||
}
|
||||
|
||||
public get modalType$(): BehaviorSubject<any>{
|
||||
public get modalType$(): BehaviorSubject<ModalType>{
|
||||
return this._modalType$;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user