explore-services/explore/src/app/landingPages/software/software.component.ts

18 lines
314 B
TypeScript

import {Component, ViewChild, ElementRef} from '@angular/core';
@Component({
selector: 'openaire-software',
template: `<result-landing type="software" [activeTab]="'Related Research Results'"></result-landing>`,
})
export class OpenaireSoftwareComponent{
constructor ( ) {
}
ngOnInit() {
}
}