mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9e1a1030c8
The `DowngradeComponentAdapter` adapter was assuming that all outputs are observables, but they can also be `OutputEmitterRef`. Fixes #60366. PR Close #60369