A Custom Element consisting of Javascript only includes the corresponding HTML view within the @inlineView decorator of Aurelia.
The following example takes two bindable paramters, a prename and a surename, and display both within a predefined sentence.
Example: my-element.js
import { bindable, c...