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;