mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
68d37ef0c1
Previously only the `description` and `usageNotes` were being copied over from the call-member of the decorator interface. Important properties such as `shortDescription` were missed. These are now added and the code has been refactored to make it simpler and clearer to update which properties get copied as the requirements change. PR Close #24289