mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
97e02c2fa0
For classes, the tree of subclasses is rendered, recursively. For interfaces, the descendants are separated into child interfaces, which extend the interface, and classes, which implement the interface. Closes #19306