我们可以在Angular中将Call Back函数与Class属性绑定吗

时间:2019-07-07 12:41:13

标签: angular

使用JQuery,我们可以像这样调用Back函数

$('.className').change(function(){// Do Something})

在Angular中,我们可以这样调用Function

<input type='radio' (change)="myfunction()"/>

我们可以像在Jquery中一样在Angular 7中回调函数吗

0 个答案:

没有答案