From 28fd75ee6b750d107cff04fafe6127bdf8a6333c Mon Sep 17 00:00:00 2001 From: akshit-wwstay <41985958+akshit-wwstay@users.noreply.github.com> Date: Mon, 4 Mar 2019 21:22:13 +0530 Subject: [PATCH] fix(loading): add backdropDismiss to the interface (#17668) fixes #17369 --- core/src/components/loading/loading-interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/loading/loading-interface.ts b/core/src/components/loading/loading-interface.ts index c345e90c08..80a6d59582 100644 --- a/core/src/components/loading/loading-interface.ts +++ b/core/src/components/loading/loading-interface.ts @@ -8,7 +8,7 @@ export interface LoadingOptions { duration?: number; translucent?: boolean; animated?: boolean; - + backdropDismiss?: boolean; mode?: Mode; keyboardClose?: boolean; id?: string;