Ionic 2 beta 11 NavPush

Please I have been trying to implement this new NavPush to my project but its not working. I did everything stated in the document but still it does not work http://ionicframework.com/docs/v2/api/components/nav/NavPush/, please is there any good tutorial for this because what they have on the site is not working for me.

what is not working ? Please create an example and share it here.

After updating to beta 11 all my this.nav.push(SomePage) stop working… That is what am facing right now.

In Beta 11 nav.push() should still work… Guess the problem lies elsewhere.
See the NavController docs:

ok, thanks…for now i have reverted back to beta 10.

You need to use NavController instead of nav.

ok i will try that later…