export class AppComponent implements OnInit { @ViewChild('container', { read: ViewContainerRef }) public target: ViewContainerRef; ...
確定! 回上一頁