import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-rectangle-watching-video', templateUrl: './rectangle-watching-video.component.html', styleUrls: ['./rectangle-watching-video.component.scss'] }) export class RectangleWatchingVideoComponent implements OnInit { constructor() { } ngOnInit(): void { } }