fix(overlays): OverlayController interface

This commit is contained in:
Manu Mtz.-Almeida
2018-03-13 19:45:36 +01:00
parent cc4fecc1be
commit 6e2ca85b2a
12 changed files with 25 additions and 38 deletions

View File

@ -19,7 +19,6 @@ import mdLeaveAnimation from './animations/md.leave';
theme: 'loading'
}
})
export class Loading implements OverlayInterface {
private durationTimeout: any;