import { Component, OnInit } from '@angular/core' @Component({ selector: 'app-proxy', template: '', }) export class ProxyComponent implements OnInit { constructor () { } ngOnInit (): void { } }