mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 18:09:21 +08:00
fix(angular): platform ready()
This commit is contained in:
@@ -20,9 +20,10 @@ import mdLeaveAnimation from './animations/md.leave';
|
||||
})
|
||||
export class ActionSheet implements OverlayInterface {
|
||||
|
||||
presented = false;
|
||||
mode!: Mode;
|
||||
color!: string;
|
||||
|
||||
presented = false;
|
||||
animation?: Animation;
|
||||
|
||||
@Element() el!: HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user