Project

General

Profile

1 50359 argiro.kok
import {Component, ViewChild, ElementRef} from '@angular/core';
2
3
@Component({
4
    selector: 'openaire-organization',
5
    template: `<organization></organization>`,
6
 })
7
export class OpenaireOrganizationComponent{
8
  constructor (  ) {
9
10
  }
11
12
  ngOnInit() {
13
}
14
15
16
17
}