An "aha" Moment with Angular
In angular, a component declares mutability. A function is opaque to angular and so does not.
This declared mutability allows angular to trust the stability of output and evade polling.
This
<add-one input="x" />
Not This
addOne(x)
#FrontEndDevelopment #Angular #Software
Comments
Post a Comment