On my second day of Aurelia, I saw how custom attributes can be created and used.
To use the custom attribute my view html:
<require from="./highlightattribute"></require>
However, I found another code that uses:
<import from='./chord-diagram'></import>
When do I use require and when do I use import?
aurelia
JD.
source share