refactor(action-sheet): update action-sheet api to use element instead of instance

* refactor(action-sheet): update action-sheet api to use element instead of instance

* chore(dependencies): update angular to next
This commit is contained in:
Dan Bucholtz
2017-11-29 10:19:01 -06:00
committed by GitHub
parent aff9b516ac
commit 9a88f1f6ae
10 changed files with 1260 additions and 1754 deletions

View File

@ -102,6 +102,7 @@ declare global {
buttons?: ActionSheetButton[],
enableBackdropDismiss?: boolean,
translucent?: boolean,
animate?: boolean,
enterAnimation?: AnimationBuilder,
exitAnimation?: AnimationBuilder,
actionSheetId?: string