标签: angular
我正在寻找列出所有@Component装饰器属性的at this page,其中包含以下内容:
@Component
查询 - 配置可以注入组件的查询
我试过谷歌搜索,但网上没有太多。它用于什么?
答案 0 :(得分:3)
它与@ ViewChild,@ ViewChildren,@ ContentChild,@ ContentChildren装饰器几乎相同,但您可以在元数据中定义它们。
请参阅https://github.com/angular/angular/blob/master/modules/@angular/core/src/metadata/directives.ts#L364