import {IonicApp, IonicView, NavController, ActionMenu} from 'ionic/ionic';
import {SinkPage} from '../sink-page';
@IonicView({
template: `
Action Menu
Action Menu
The Action Menu, similar to Action Sheet's on iOS, is a slide-up prompt
that displays several options for the user to choose from before an action is performed.
Action Menu's are great for prompting for dangerous actions (like deleting a photo album),
or showing a "context menu" with multiple actions the user can perform on something.