explore-services/explore/src/app/searchPages/dataProviders/entityRegistries.component.ts

15 lines
379 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'openaire-search-entity-registries',
template: `
<search-dataproviders [simpleView]="true" type="registries" simpleSearchLink="/search/entity-registries" tableViewLink="/search/entity-registries-table">
</search-dataproviders>
`
})
export class OpenaireSearchEntityRegistriesComponent {
}