import { Component, Input } from '@angular/core'; @Component({ selector: 'welcome', ... export class WelcomeComponent { @Input() name: string; }.
確定! 回上一頁