@Directive({selector: '[ngComponentOutlet]'}) export class NgComponentOutlet implements OnChanges, OnDestroy { @Input() ngComponentOutlet: Type<any>; @Input() ...
確定! 回上一頁