1ionViewWillEnter() // Fired when the component routing to is about to animate into view.
2ionViewDidEnter() // Fired when the component routing to has finished animating.
3ionViewWillLeave() // Fired when the component routing from is about to animate.
4ionViewDidLeave() // Fired when the component routing to has finished animating.