We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
afterRenderEffect
No
When a component uses a required input within a afterRenderEffect, Angular (error)logs the following error:
ERROR RuntimeError: NG0950: Input is required but no value is available yet. Find more at https://angular.dev/errors/NG0950
Changing the afterRenderEffect to a 'regular' effect removes the error log.
effect
The test still passes as expected, so it's not a breaking bug.
No response
Angular: 19.0.7 Spectator: 19.3.0 Jest: 29.7.0
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
No
Description
When a component uses a required input within a
afterRenderEffect
, Angular (error)logs the following error:Changing the
afterRenderEffect
to a 'regular'effect
removes the error log.The test still passes as expected, so it's not a breaking bug.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: