There is no warning or other feedback when there is a biding to non-existent output in a template.
<input (kuku)="someOutput.next($event)">
This is very important validation as it is very easy to overlook on typo e.g. (mousedwn)=
or on breaking change in a component. I’m not sure, but I suspect it was working as expected in some older release.