Sunday 29 April 2018

Difference between Interpolation and Property Binding.

In this article, We  will discuss about What is the difference between Interpolationa and Property Binding.

Well, Interpolation and Property Binding both comes under one way data binding and looks almost Similar but having few basic differences which is as follows,

Interpolation:-
-----------------
i/ Interpolation can be implemented using {}.
ii/ Interpolation supports concatenation of string within a variable.
iii/ Interpolation doesn't support working with boolean type.

Property Binding:-
----------------------
i/ Property Binding can be implemented using [].
ii/ Property Binding does not supports concatenation of String.
iii/ Property Binding support working with boolean types.

0 comments:

Post a Comment