export interface AfterViewInit ... class ParentComponent implements AfterViewInit {; @ViewChild(ChildComponent) viewChild: ChildComponent; ...
確定! 回上一頁