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