refactor(loading): remove unused delay option (#11583)

This commit is contained in:
jamesgroat
2017-05-19 10:09:02 -07:00
committed by Brandy Carney
parent 55f31dd7ec
commit a6d1e12a94

View File

@ -5,6 +5,5 @@ export interface LoadingOptions {
cssClass?: string;
showBackdrop?: boolean;
dismissOnPageChange?: boolean;
delay?: number;
duration?: number;
}