import {bindable} from 'aurelia-framework'; export class ContactCustomElement { @bindable phone; };