Interpolation binding

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.171.125