AngularJS Question:

Download Job Interview Questions and Answers PDF

What is string interpolation in angular.js?

AngularJS Interview Question
AngularJS Interview Question

Answer:

In angular.js the compiler during the compilation process matches text and attributes using interpolate service to see if they contains embedded expressions. As part of normal digest cycle these expressions are updated and registered as watches.

Download AngularJS Interview Questions And Answers PDF

Previous QuestionNext Question
What is "no initilization code" in AngularJS?On what steps for the compilation process of HTML happens?