import {Component} from '@angular/core'; @Component({ selector: 'app-root', template: '', standalone: false, }) export class AppComponent {}