-
Notifications
You must be signed in to change notification settings - Fork 51
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
Create a TS interface for VaadinRouterView #422
Labels
Comments
Looks related to #404. Perhaps, when implementing this issue we need to take into account the use case described in the other issues as well. |
platosha
pushed a commit
that referenced
this issue
Jan 23, 2020
platosha
pushed a commit
that referenced
this issue
Jan 23, 2020
platosha
pushed a commit
that referenced
this issue
Jan 24, 2020
platosha
pushed a commit
that referenced
this issue
Jan 24, 2020
platosha
pushed a commit
that referenced
this issue
Jan 28, 2020
platosha
pushed a commit
that referenced
this issue
Jan 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When implementing client-side navigation callbacks, onBeforeEnter, onBeforeLeave, etc, I want to have autocomplete and type safety, so that I don't make typos.
DoD:
Create a TS interface
VaadinRouterView
that collects all life cycle callbacks.A ts view would implement this interface to get the callbacks
The text was updated successfully, but these errors were encountered: