Ionic lifecycle events vs Angular life cycle hooks

Hello,

Is there a reason we should use Ionic Lifecycle event vs Angular life cycle hooks when build Apps using Ionic?
for instance, using ionViewDidLoad over ngOnInit. Can someone please provide me some insight regarding this.

Thanks,
Kashyap

2 Likes

There’s some good reading about Ionic lifecycles over here:

http://blog.ionic.io/navigating-lifecycle-events/

2 Likes