Angular Unit test on interpolation
Interpolation is a technique that allows the user to bind a value to a UI element. Interpolation binds the data one-way. This means that when value of the field bound using interpolation changes, it is updated in the page as well. It cannot change the value of the field.
Return type of interpolation is always a string.
Please see below video for writing angular unit test
EmoticonEmoticon