You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing in `resolveOnEvent` (`navigatingTo` or `navigatedTo`) to `$navigateTo` options. When passed, an event listener will be attached to the page element, and whenever it fires - the Promise returned from `$navigateTo` will be resolved with the target `Page`. Useful for for triggering actions after a navigation is complete.
0 commit comments