Lifecycle hooks for inner components

I am running into same problem here where in my custom component I need functionality of ionViewWillEnter() and ionViewWillLeave(). Angular2 lifecycle hooks dont really provide that.

Wondering how did you guys solve this?

One hack I can think of is to change my component to a IonicPage. As far as I see, there isnt much difference between the two. Any downside to this?