mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0977d95802
If an interface is not exported publicly from its package, then the doc-gen does not see it, and so cannot include it in the generated documentation. This was the case for a number of `...Decorator` interfaces, such as `PipeDecorator` and `InputDecorator. This commit adds these interfaces to the public export to fix this problem. PR Close #28836 PR Close #28961