fix(loading): add backdropDismiss to the interface (#17668)

fixes #17369
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
akshit-wwstay
2019-03-04 21:22:13 +05:30
committed by Brandy Carney
gitea-unlock(16/)
parent ab57b98e07
commit 28fd75ee6b

2
core/src/components/loading/loading-interface.ts
View File

@@ -8,7 +8,7 @@ export interface LoadingOptions {
duration?: number;
translucent?: boolean;
animated?: boolean;
backdropDismiss?: boolean;
mode?: Mode;
keyboardClose?: boolean;
id?: string;