-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(navigation): enhance setDestination and setDestinations methods …
…with routeToken support - Added routeToken parameter to setDestination and setDestinations methods in NavModule. - Updated TypeScript definitions to include routeToken in NavigationController interface. - Implemented logging for routeToken usage in setDestinations method. - Adjusted logic to prioritize routeToken over routingOptions when setting destinations. This change improves navigation flexibility by allowing pre-calculated routes.
- Loading branch information
1 parent
8e888fd
commit b386785
Showing
9 changed files
with
200 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.