import { Component, ViewChild, TemplateRef,ViewContainerRef } from '@angular/core'; ... @ViewChild('tpl') tt: TemplateRef<void>; @ViewChild('container', ...
確定! 回上一頁