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

Information about current route is sent to the client #1329

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomasherceg
Copy link
Member

No description provided.

_routeName: string,
_routeParameters: {
[name: string]: any
},
Copy link
Member

Choose a reason for hiding this comment

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

I'm just thinking that it would maybe be bit better to place all these static values (culture, virtualDirectory, initialUrl, routeName, routeParameters, ...) into a common object, so we won't have to copy all the the property names on multiple places.

@tomasherceg tomasherceg marked this pull request as draft October 23, 2022 16:50
@acizmarik acizmarik removed this from the Version 4.1 milestone Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants