1.

What is the difference between interpolation and property binding?

Answer»
InterpolationProperty Binding
It can be IMPLEMENTED using {}.It can be implemented with [].
It supports the CONCATENATION of string inside a variable.Property Binding does not support the concatenation of String.
Interpolation does not support working with a boolean type.Property Binding supports working with all boolean TYPES.


Discussion

No Comment Found