import { Component, Input } from '@angular/core'; @Component({ ... @Input('value') count: number = 0; ... // 其余代码未改变
確定! 回上一頁