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

18 lines
257 B
TypeScript

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