import ngModule from '../../module'; import './style.css'; ngModule.component('vnIcon', { template: '{{::$ctrl.icon}}', bindings: { icon: '@' } });