angular-cn/tools/public_api_guard/core
Brandon f79cd5963e docs(core): export the `...Decorator` interfaces to ensure they are documented (#28836)
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
2019-02-24 12:40:02 -08:00
..
core.d.ts docs(core): export the `...Decorator` interfaces to ensure they are documented (#28836) 2019-02-24 12:40:02 -08:00
testing.d.ts build: ts-api-guardian should support interface with value types (#27223) 2018-11-27 13:42:23 -08:00