-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(docs-infra): cleanup after render sequence in ReferenceScrollHandler
#58640
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
Conversation
3de0b5d to
adf2c4b
Compare
error reporter only on clientReferenceScrollHandler
ReferenceScrollHandlerReferenceScrollHandler
|
@JeanMeche could you have a look? |
|
Could you rebase it, so we can deploy it ? |
…llHandler` In this commit, we're replacing the provided injector in `afterNextRender` with a node injector because it was previously mistakenly passing an `EnvironmentInjector` in the `ReferenceScrollHandler`.
adf2c4b to
bdfffc6
Compare
|
Deployed adev-preview for bdfffc6 to: https://ng-dev-previews-fw--pr-angular-angular-58640-adev-prev-le1vhosa.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
JeanMeche
left a comment
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 this !
|
This PR was merged into the repository by commit dc07a43. The changes were merged into the following branches: main, 19.0.x |
|
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. |
…llHandler` (angular#58640) In this commit, we're replacing the provided injector in `afterNextRender` with a node injector because it was previously mistakenly passing an `EnvironmentInjector` in the `ReferenceScrollHandler`. PR Close angular#58640
In this commit, we're replacing the provided injector in
afterNextRenderwith a node injectorbecause it was previously mistakenly passing an
EnvironmentInjectorin theReferenceScrollHandler.