mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This new processor, named `mergeOverriddenImplementation`, allows Dgeni to produce correct documentation for symbols with overridden exported constructors. For example, in the following example, the implementation documentation will be used, including the constructor signature: ``` export const Foo: FooCtor = FooImpl as FooCtor; ``` This is a major improvement over the current situation, in which no constructor signature is documented whatsoever. PR Close #44689 |
||
|---|---|---|
| .. | ||
| content-rules | ||
| mocks | ||
| processors | ||
| readers | ||
| tag-defs | ||
| index.js | ||