@Input() is basically a decorator to bind a property as an input. ... import { Component, OnInit, Input } from '@angular/core' ;.
確定! 回上一頁