Angular Attributes

1 attribute in this category. 1 stable

Stable Attributes

angular.version

string PII: Maybe Visibility: Public OTel: False

The version of the Angular framework

Example 17.1.0
Changelog
v0.7.0 #367 Added angular.version attribute
Raw JSON
{
  "key": "angular.version",
  "brief": "The version of the Angular framework",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "17.1.0",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        367
      ],
      "description": "Added angular.version attribute"
    }
  ]
}