export class AppComponent { display = false; @ViewChild('contentPlaceholder', { read: ViewContainerRef }) viewContainerRef; show() { this.display = true; ...
確定! 回上一頁