import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-live', templateUrl: './live.page.html', styleUrls: ['./live.page.scss'], }) export class LivePage implements OnInit { constructor() { } ngOnInit() { } }