import ngModule from '../module'; import ModuleMain from 'salix/components/module-main'; export default class InvoiceOut extends ModuleMain {} ngModule.vnComponent('vnInvoiceOut', { controller: InvoiceOut, template: require('./index.html') });