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
fix(router): Remove unused string type for ActivatedRoute.component #45625
Conversation
|
TGP train |
BREAKING CHANGE: The type of `component` on `ActivatedRoute` and `ActivatedRouteSnapshot` includes `string`. In reality, this is not the case. The component cannot be anything other than a component class.
|
green TGP with local mods |
|
Note: Adding blocked label until g3 is cleaned up |
|
TGP rerun after fixes |
|
merge assistance: I can't dismiss the extra reviewers |
|
This PR was merged into the repository by commit 989e840. |
|
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. |


The type of
componentonActivatedRouteandActivatedRouteSnapshotincludes
string. In reality, this is not the case. The componentcannot be anything other than a component class.
Reviewers note: It's unlikely that this is actually a breaking change but I will run TGP to confirm.