标签: angular angular2-template
我在angular2中有一个模板(component.html),我想读取模板的内容并存储在变量中,所以我可以在component.ts文件中使用它。
或者
是否可以在模板(component.html)中创建变量并将模板的内容存储在该变量中,然后在component.ts文件中使用