@ViewChild(ChildComponent, {static : false}) childComponent : ChildComponent;. What exactly does setting static to false do? I think the ...
確定! 回上一頁