abstract class TemplateRef<C> { abstract elementRef: ElementRef abstract createEmbeddedView(context: C): EmbeddedViewRef<C> } ...
確定! 回上一頁