How to create a PopOver in ionic2

Hi, Can anyone please let me know if there is any component like ionic popover.

Thanks

Just check the docs


and
http://ionicframework.com/docs/v2/api/components/popover/Popover/

For the complete example check:
https://github.com/driftyco/ionic-preview-app/blob/master/app/pages/popovers/basic/pages.ts

UPDATED URLS:

Here with this link an error is coming import { MyPopOverPage } from './my-pop-over;' not found , Please suggest solution.

Did you solve your problem?

I think the link should be:import { MyPopOverPage } from '../my-pop-over/my-pop-over;'

You can try it, i hope this can help you :wink: