摘要: html: <ng-template #popTpl> <div> <p>title</p> <p>content</p> </div> </ng-template> ts: @ViewChild("popTpl") popTpl; constructor(private viewRef: View 阅读全文
posted @ 2023-07-13 13:45 冰凝^ 阅读(28) 评论(0) 推荐(0) 编辑