mp4.component.ts 257 Bytes
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-mp4',
  templateUrl: './mp4.component.html',
  styleUrls: ['./mp4.component.css']
})
export class Mp4Component implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}