2018-05-25 10:56:28 +00:00
|
|
|
import { ProbeSelectorComponent } from './discovery/probe-selector/probe-selector.component';
|
|
|
|
import { ServiceSelectorComponent } from './discovery/service-selector/service-selector.component';
|
2018-05-18 06:57:43 +00:00
|
|
|
import { DiscoveryComponent } from './discovery/discovery.component';
|
|
|
|
import { SearchConfigComponent } from './discovery/search-config/search-config.component';
|
|
|
|
import { SearchFilterComponent } from './discovery/search-filter/search-filter.component';
|
|
|
|
import { SearchResultComponent } from './discovery/search-result/search-result.component';
|
2018-05-25 10:56:28 +00:00
|
|
|
import { IpInputComponent } from './discovery/search-config/ip-input.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-10 10:20:44 +00:00
|
|
|
export const COMPONENTS = [
|
2018-05-03 11:45:49 +00:00
|
|
|
ServiceSelectorComponent,
|
|
|
|
ProbeSelectorComponent,
|
2018-05-18 06:57:43 +00:00
|
|
|
DiscoveryComponent,
|
|
|
|
SearchConfigComponent,
|
|
|
|
SearchFilterComponent,
|
2018-05-25 10:56:28 +00:00
|
|
|
SearchResultComponent,
|
|
|
|
IpInputComponent
|
2018-04-10 10:20:44 +00:00
|
|
|
];
|