@Component({ selector: 'dcl-wrapper', template: `<div #target></div>` }) export class DclWrapper { @ViewChild('target', { read: ViewContainerRef }) target; ...
確定! 回上一頁