October 2018
Beginner to intermediate
478 pages
10h 8m
English
Interpolation binding allows you to bind component data inside the template where needed. You use interpolation binding by surrounding the relevant expression with double curly braces:
<span>{{ name }}</span>
In the preceding example, the component view displays a name field or property from the Component class as the span content. When the name field changes in the component, so does the view.
Read now
Unlock full access