found next phrase:
The system is pluggable and will let developers teach it new ways of observing properties so you can easily plug in custom model/view-model libraries such as Knockout, Breeze, Backbone, etc. which may have their own mechanism for storing properties and raising change events.
but not found examples - how it can be used (just because can't imagine how to "bind" some data to template in terms of aurelia, that not attached to document yet... and update this data later)
P.S. I need to write custom element using clusterize.js for aurelia.js and have no luck at this moment.
Suppose you want to write a custom-element using a library called
SomeLibrary:EDIT
There is no need to import
DOM.Elementanymore. A simpleinject(Element)without any import statement should be enough.