mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ee76001431
This commit adds support for ignoring specific doc entries when extracting doc entries. This allows us to drop e.g. `InputFunction` from the API docs, given that the `input` API entry holds all the relevant information. `InputFunction` only exists for type purposes in the `.d.ts`. PR Close #55053