refactor(loading): remove dismissOnPageChange

closes #14930
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 18:38:30 +02:00
parent d856ecfbbf
commit 270ece0b5e
4 changed files with 8 additions and 14 deletions

View File

@ -4,7 +4,6 @@ export interface LoadingOptions {
content?: string;
cssClass?: string | string[];
showBackdrop?: boolean;
dismissOnPageChange?: boolean;
duration?: number;
translucent?: boolean;
}