import { Component, Input, OnInit } from '@angular/core'; @Component ... 新增了一個Component(語法還記得嗎?) 針對該Component 定義了一個@Input ...
確定! 回上一頁