docs(modal): add docs, usage, fix style guide and use ion-backdrop

This commit is contained in:
Brandy Carney
2018-02-19 19:01:50 -05:00
parent 4ab951f645
commit a202dd39b4
9 changed files with 201 additions and 67 deletions

View File

@ -1772,7 +1772,6 @@ declare global {
enableBackdropDismiss?: boolean;
enterAnimation?: AnimationBuilder;
leaveAnimation?: AnimationBuilder;
modalId?: number;
mode?: 'ios' | 'md';
showBackdrop?: boolean;
willAnimate?: boolean;