2018-01-23 11:07:39 +01:00
|
|
|
import {Component, ViewChild, ElementRef} from '@angular/core';
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'openaire-search-find',
|
2018-11-14 15:16:19 +01:00
|
|
|
template: `
|
|
|
|
<search-find logoURL = "/assets/common-assets/logo-small-explore.png" name="OpenAIRE Explore"></search-find>
|
|
|
|
|
2018-01-23 11:07:39 +01:00
|
|
|
`,
|
|
|
|
})
|
|
|
|
export class OpenaireSearchComponent{
|
|
|
|
constructor ( ) {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ngOnInit() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|