Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/angular/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Ionic embraces the life cycle events provided by Angular. The two Angular events

For more info on the Angular Component Life Cycle events, visit their [component lifecycle docs](https://angular.io/guide/lifecycle-hooks).

> Components that use `ion-nav` or `ion-router-outlet` should not use the `OnPush` change detection strategy. Doing so will prevent lifecycle hooks such as `ngOnInit` from firing. Additionally, asynchronous state changes may not render properly.

## Ionic Page Events

In addition to the Angular life cycle events, Ionic Angular provides a few additional events that you can use:
Expand Down