Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When trying to bind output through a component instanciated with @angular/cdk
and passed to ng-dynamic-component
library, the signal output isn't recognized as a Signal output.
I opened an issue on ng-dynamic-component
: gund/ng-dynamic-component#527
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-cwmkaoqj
Steps to reproduce:
- Click on
Open Overlay
button - Click on
Output signal
inside the overlay
Expected Behavior
The button should've worked the same as the one outside of the overlay.
Actual Behavior
An console error indicating that the library ng-dynamic-component
doesn't recognize the output.
Environment
- Angular: 19
- CDK/Material: 19
- Browser(s): Chrome Version 137.0.7151.68 (Official Build) (x86_64)
- Operating System (e.g. Windows, macOS, Ubuntu): macOS