import { bindable, customElement, containerless, inlineView } from "aurelia-framework"; import { config } from "./../../config"; @customElement(config.modalFooter) @containerless @inlineView("") export class ModelFooterElement { @bindable public class: string; }