No exported member 'Popover'. How do you use/import the Popover component in Ionic 2 Beta 7?

Hello,

I am trying to use the Popover component as show here:
http://ionicframework.com/docs/v2/api/components/popover/Popover/

However, when I try to import it I get an error message. ()

import { Popover } from "ionic-angular";

[ts] Module ‘"[project]/node_modules/ionic-angular/index"’ has no exported member ‘Popover’.

How do you import this component to be used like let popover = Popover.create(PopoverPage); ? I thought it could be imported similar to the Model component. I don’t see an example on the page above or on the web.

Thanks

It’s not in beta7. Need upgrade to nightly build

You are right! Thanks. Beta 8 is now out and it has the Popover component.

Thanks