@input is useful to bind data between components. First, import it in your component import { Input } from '@angular/core';. Then, add the input as a ...
確定! 回上一頁