Figured out how to get the name of the page. This will get the title of the page.
So whatever you have in tag will show up, even the spaces and line retuns
console.log(this.viewCtrl.instance.navCtrl._app._title);
Had to do some deep digging for this.
Surely there is an easier way.
Anyone coming to this later on, Please do post better way of getting page/view name for navigation purposes.