import { Component } from "@angular/core"; @Component({ selector: "app", template: ` ` }) export class App { }