angular – 检测变量的变化?

前端之家收集整理的这篇文章主要介绍了angular – 检测变量的变化?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有可能检测到变量的变化?

我有以下内容

@Input(‘name’)name:string;

我想在这个变量’name’中发生变化时调用一个函数.

可能吗?

https://angular.io/docs/ts/latest/cookbook/component-communication.html#parent-to-child-setter

几乎就像他们读你的想法! 原文链接:https://www.f2er.com/angularjs/140341.html

猜你在找的Angularjs相关文章