Project

General

Profile

1 50139 myrto.kouk
/*
2
*  created by myrto
3
*/
4 50005 myrto.kouk
5 50139 myrto.kouk
6
import { Component, OnInit } from '@angular/core';
7
8 51194 myrto.kouk
@Component({
9 50005 myrto.kouk
  selector: 'app-sources-register',
10
  templateUrl: 'sources-register.component.html'
11
})
12
13
export class SourcesRegisterComponent implements OnInit {
14
15 51194 myrto.kouk
  constructor() {
16
  }
17 50005 myrto.kouk
18 51194 myrto.kouk
  ngOnInit() {
19
  }
20 50005 myrto.kouk
}