import { Component } from "@angular/core"; @Component({ selector: "app-card", imports: [], template: `
`, }) export class Card {}