@Component({ selector: 'user-list', template: `<user-detail userId="1" (delete)="onDelete($event)">` }) export class UserListComponent { @Output() delete ...
確定! 回上一頁