import { Component, Input, Output } from '@angular/core'; @Component({ selector: 'card', templateUrl: 'card.component.html', } ...
確定! 回上一頁