Sengi-Windows-MacOS-Linux/Mamoth/src/app/components/streams-main-display/streams-main-display.compon...

16 lines
323 B
TypeScript
Raw Normal View History

2018-03-16 01:43:53 +01:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-streams-main-display',
templateUrl: './streams-main-display.component.html',
styleUrls: ['./streams-main-display.component.css']
})
export class StreamsMainDisplayComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}