Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以绑定到 Angular 中事件名称包含冒号的事件,例如Foo:event?
Foo:event
<div (Foo:event)="onFooEvent()"></div>
给出错误“事件激活时不支持的事件目标为空”。