refactor(popover): get popover working with dom, react, angular components

This commit is contained in:
Dan Bucholtz
2017-12-14 16:21:03 -06:00
parent 85785b9cf7
commit 1ba73a5f29
18 changed files with 402 additions and 41 deletions

View File

@ -1920,7 +1920,7 @@ declare global {
mode?: string;
color?: string;
component?: string;
componentProps?: any;
data?: any;
cssClass?: string;
enableBackdropDismiss?: boolean;
enterAnimation?: AnimationBuilder;
@ -1930,6 +1930,7 @@ declare global {
showBackdrop?: boolean;
translucent?: boolean;
animate?: boolean;
delegate?: FrameworkDelegate;
}
}
}