307 Views
In Aurelia 2, a new element called bindable has been introduced which is leveraged in HTML only custom elements. If you want a HTML only custom element which has one or more bindable properties, then you use the bindable element to specify them. The ability to create bindables for HTML only custom elements existed in ...
0 comments