import { Directive, ViewContainerRef } from '@angular/core'; ... constructor(public viewContainerRef: ViewContainerRef) { }//在directive裡去 ...
確定! 回上一頁