Use a setter for the ViewChild: private contentPlaceholder: ElementRef; @ViewChild('contentPlaceholder') set content(content: ElementRef) { if(content) ...
確定! 回上一頁