mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This adds API doc extraction for interfaces, largely using the same code paths for classes. The primary difference between classes and interfaces is that classes have member _declarations_ while interfaces have member _signatures_. This largely doesn't matter for the purposes of extraction, but the types are distinct with no common base types, so we have to do a fair amount of type unioning and aliasing. PR Close #52006 |
||
|---|---|---|
| .. | ||
| class_doc_extraction_spec.ts | ||
| common_doc_extraction_spec.ts | ||
| constant_doc_extraction_spec.ts | ||
| directive_doc_extraction_spec.ts | ||
| enum_doc_extraction_spec.ts | ||
| function_doc_extraction_spec.ts | ||
| interface_doc_extraction_spec.ts | ||
| jsdoc_extraction_spec.ts | ||
| ng_module_doc_extraction_spec.ts | ||
| pipe_doc_extraction_spec.ts | ||
| reexport_docs_extraction_spec.ts | ||