You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix docs not displaying inherited members properly (#17145)
Recently due to the MDC prototypes, we have multiple layers of inheritance. Apparently
our current docs tooling sometimes does not display inherited members which are coming
from implicitly inherited class-like documents.
For example: see how the `MatTabLink` docs broke when the MDC prototype
landed: 492fdcc40
0 commit comments