fix(modal): handleBehavior can be used with controller (#25821)

resolves #25820
This commit is contained in:
Liam DeBeasi
2022-08-25 09:14:10 -05:00
committed by GitHub
parent 3b45ae7132
commit 79ef1b57dc

View File

@ -28,6 +28,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
initialBreakpoint?: number;
backdropBreakpoint?: number;
handle?: boolean;
handleBehavior?: ModalHandleBehavior;
}
export interface ModalAnimationOptions {