Please provide the environment you discovered this bug in.
Analog: 1.8.2
Angular: 18.2.7
Which area/package is the issue in?
vite-plugin-angular
Description
When we use SFC and try to emit an output using the outputFromObservable the output is not emitting any event. Normal outputs emit correctly in SFC. If we use outputFromObservable outside a SFC everything works as expected.
Please provide the environment you discovered this bug in.
Analog: 1.8.2 Angular: 18.2.7
Which area/package is the issue in?
vite-plugin-angular
Description
When we use SFC and try to emit an output using the
outputFromObservable
the output is not emitting any event. Normal outputs emit correctly in SFC. If we useoutputFromObservable
outside a SFC everything works as expected.Please provide the exception or error you saw
No response
Other information
I made a reproduction example here: https://github.com/kreuzerk/output-test
I would be willing to submit a PR to fix this issue