Attribute

From Get docs
< @angular/coreAngular/docs/11/api/core/attribute


Attribute

class

Attribute decorator and metadata.

class Attribute {
  attributeName: string
}

Properties

Property Description
attributeName: string The name of the attribute whose value can be injected.


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/Attribute