mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cc13b37446
Decorator API pages list all their available options in an overview table and also in a detailed view. Now the rendered syntax of each option will show a `?` after the name if the option is not required. This is inline with how class and interface members are rendered. PR Close #39167