-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[FEATURE routing-router-service-refresh] Add a refresh method to the router service #19471
[FEATURE routing-router-service-refresh] Add a refresh method to the router service #19471
Conversation
|
bdc223c
to
29613d3
Compare
packages/ember/tests/routing/router_service_test/refresh_test.js
Outdated
Show resolved
Hide resolved
ff5a751
to
ef18ee2
Compare
3995cb6
to
8303b9c
Compare
Mind rebasing (there is a conflict now in packages/@ember/canary-features/index.ts)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!!
packages/ember/tests/routing/router_service_test/refresh_test.js
Outdated
Show resolved
Hide resolved
8303b9c
to
34775c3
Compare
…router service This adds the refresh method to the RouterService as described in RFC 631. RFC PR: emberjs/rfcs#631
34775c3
to
bff7766
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay here @Windvis, this looks great!
This adds the refresh method to the RouterService as described in RFC 631.
RFC PR: emberjs/rfcs#631