mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1c4fcce2a1
`Attribute` decorator has defined `attributeName` as optional but actually its mandatory and compiler throws an error if `attributeName` is undefined. Made `attributeName` mandatory in the `Attribute` decorator to reflect this functionality Fixes #32658 PR Close #38131