todoItems: TodoItem[] = [ { id: 1, value: 'Todo Item NO.1', done: false } ... import { Component, OnInit, Input } from '@angular/core'; ...
確定! 回上一頁