refactor(angular_1_router): Added value for router root component#5052
refactor(angular_1_router): Added value for router root component#5052brandonroberts wants to merge 1 commit intoangular:masterfrom
Conversation
|
LGTM, but this needs a test. |
db1d7f3 to
f61f4ea
Compare
|
@btford I updated the PR with a test for the root component. |
f61f4ea to
346b38b
Compare
346b38b to
667b2b1
Compare
There was a problem hiding this comment.
This changes the behavior of all of the tests, which is undesirable. It'd be better to move these tests into a distinct describe block to isolate the behavior.
|
This is a good change, but it probably needs to be rebased due to my negligence (sorry about that :( ). If you rebase and address the one issue I pointed out, I'll make sure this gets merged. Thanks! |
667b2b1 to
b7a16a9
Compare
|
@btford I rebased and moved the the test into a separate describe. Thanks for your help! |
62df101 to
284e1d0
Compare
284e1d0 to
7440616
Compare
|
@btford I rebased again as this one got stale. |
|
Merging PR #5052 on behalf of @jelbourn to branch presubmit-jelbourn-pr-5052. |
|
Thanks so much @brandonroberts! This is on its way to master. 💃 |
|
Merging PR #5052 on behalf of @jelbourn to branch presubmit-jelbourn-pr-5052. |
|
Merging PR #5052 on behalf of @jelbourn to branch presubmit-jelbourn-pr-5052. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Allows for overriding of the root component that is used to configure routes.
Closes #4965