<a (click)="changeFromChild()">Change from child</a> <br/> {{parentData}} ` }) export class ChildComponent implements OnInit { @Input() ...
確定! 回上一頁