填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

Attribute

属性装饰器和元数据。

Attribute decorator and metadata.

      
      class Attribute {
  attributeName: string
}
    

属性

属性说明
attributeName: string

可以注入其值的属性的名称。

The name of the attribute whose value can be injected.