Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): add ionNavWillChange and ionNavDidChange types for nav #29122

Merged
merged 3 commits into from Mar 12, 2024

Conversation

sean-perkins
Copy link
Contributor

@sean-perkins sean-perkins commented Mar 7, 2024

Issue number: resolves #29114


What is the current behavior?

The event types for ion-nav were not correctly applied to the angular component wrapper.

What is the new behavior?

  • ionNavWillChange and ionNavDidChange event types are added to ion-nav component wrapper in Angular.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev-build: 7.7.5-dev.11709823131.1d3df428

Testing:

  • Open reproduction on original issue
  • Observe: Type errors for missing event properties
  • Install dev-build
  • (May need to reload)
  • Observe: Type errors are resolved

@github-actions github-actions bot added the package: angular @ionic/angular package label Mar 7, 2024
@sean-perkins sean-perkins changed the title fix(nav): add missing ionNavWillChange and ionNavDidChange types fix(angular): add ionNavWillChange and ionNavDidChange types for nav Mar 7, 2024
Copy link
Contributor

@thetaPC thetaPC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sean-perkins sean-perkins added this pull request to the merge queue Mar 12, 2024
Merged via the queue into main with commit 85b9d5c Mar 12, 2024
46 checks passed
@sean-perkins sean-perkins deleted the sp/nav-events branch March 12, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Properties ionNavWillChange and ionNavDidChange do not exist on IonNav
2 participants