mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Issue number: Resolves #27403 --------- ## What is the current behavior? NavController.pop() returns `Promise<void>`. ## What is the new behavior? NavController.pop() returns `Promise<boolean>` propagating success/fail from underlying outlet. ## Does this introduce a breaking change? - [ ] Yes - [x] No ---------