import { Component } from "@angular/core"; @Component({ selector: "app-payment-method-card", imports: [], templateUrl: "./payment-method-card.html", styleUrl: "./payment-method-card.css", }) export class PaymentMethodCard {}