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

18 lines
245 B
TypeScript

import {Component, ViewChild, ElementRef} from '@angular/core';
@Component({
selector: 'openaire-software',
template: `<software></software>`,
})
export class OpenaireSoftwareComponent{
constructor ( ) {
}
ngOnInit() {
}
}