import { Component, Input, Output, EventEmitter } from '@angular/core'; ... export class TaskListComponent { /** The list of tasks */ @Input() tasks: Task[] ...
確定! 回上一頁