import ngModule from '../../module'; import SearchPanel from 'core/components/searchbar/search-panel'; ngModule.component('vnRoleSearchPanel', { template: require('./index.html'), controller: SearchPanel });