explore-services/explore/src/app/searchPages/dataProviders/compatibleDataProviders.com...

16 lines
393 B
TypeScript

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