@ViewChild('contentPlaceholder') set content(content: ElementRef) { this.contentPlaceholder = content; }. The setter is called once *ngIf ...
確定! 回上一頁