1.

In Ionic 4, name all of the page life-cycle hooks.

Answer»

IONIC hooks have three distinct life cycles, as listed below:

  • ionNavDidChange: This EVENT is triggered when the nav's components have changed.
  • ionNavWillChange: When the NAVIGATION components change, this event is triggered.
  • ionNavWillLoad: This event is triggered when the navigation system is about to LOAD a component.


Discussion

No Comment Found