Angular Unit test on property binding

  Unit test on property binding


Interpolation is a special syntax that Angular converts into property binding (pair of square bracket). It's a convenient alternative to property binding. 

Another major difference is that to set an element property to a non-string data value, we must use property binding.

Please see below video for writing angular unit test



Share this

Related Posts

Previous
Next Post »