gpt4 book ai didi

angular - 将多个事件绑定(bind)到 Angular 2 中的元素

转载 作者:太空狗 更新时间:2023-10-29 17:59:27 27 4
gpt4 key购买 nike

这是我的组件模板

<input #emailId (focusout)="emailIdCheck(emailId.value)" #emailIDD (keydown.tab)="emailIdCheck(emailIDD.value)" type="text" placeholder="Your Email ID">

如您所见,我已将 focusout 事件以及 keydown.tab (tab keydown) 事件绑定(bind)到我的组件类中的一个方法。

但如果我想绑定(bind)多个事件,这看起来很难看并且不能很好地扩展。

有没有可能有类似下面的东西?

<input #emailId (focusout|keydown.tab)="emailIdCheck(emailId.value)" type="text" placeholder="Your Email ID">

免责声明:我几周前开始练习 angular2,现在还是新手

最佳答案

https://github.com/angular/angular/issues/6675

2016 年 10 月 3 日

not planned in a near future

关于angular - 将多个事件绑定(bind)到 Angular 2 中的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41375932/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com