You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your detailed bug report! The "View for structured directive" is the part causing problems. It shouldn't be going two levels up to get the injector. If I remove the extra .parentView! the code runs correctly. I'm working on a fix right now.
Which ng* package(s) are the source of the bug?
ngcompiler
Which operating system(s) does this bug appear on?
Linux
Which browser(s) does this bug appear on?
Chrome 115.0.5790.98 (Official Build) (64-bit)
Is this a regression?
Yes
Description
The
Child
should be provided.Nesting of html elements should not affect this.
Please provide the steps to reproduce the bug
Please provide the exception or error you saw
Please provide the dependency environment you discovered this bug in (run
dart pub deps -s compact
)Anything else?
Interesting part from generated template:
App component view
working:
NOT working
And View for structured directive
Working:
NOT working
The text was updated successfully, but these errors were encountered: