What is the use of Data binding in Polymer.js?

devquora
devquora

Posted On: Feb 22, 2018

 

It is chiefly used to connect the property and attributes of an element from the host element in its local DOM. A binding is created with a binding annotation in the host element’s local DOM template. Data binding is an important feature of Polymer.js.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PolymerJs Interview Questions

    What is Polymer.js?

    It is an open source JavaScript library, which is chiefly developed by Google. It is mostly used to develop web applicat..

    PolymerJs Interview Questions

    What are the features of Polymer.js?

    Polymer JS is currently the simplest way to create custom HTML elements for API development because this library is buil..

    PolymerJs Interview Questions

    Describe the Architecture Of Polymer.js?

    The architecture of Polymer.js is divided into four important layers which are explained below:Native Layer: It repres..