2018-12-04 12:18:27 +00:00
|
|
|
import ngModule from '../module';
|
2018-09-19 13:05:07 +00:00
|
|
|
import SearchPanel from 'core/src/components/searchbar/search-panel';
|
|
|
|
|
|
|
|
ngModule.component('vnZoneSearchPanel', {
|
|
|
|
template: require('./index.html'),
|
|
|
|
controller: SearchPanel
|
|
|
|
});
|