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
fix: cdk test harness API document not found (#716)
The CDK test harness documentation API has `test-harnesses` as id. This
doesn't match any generated API document since the API doc for
`@angular/cdk/testing` is generated with the `cdk-testing` id.
We should add support for custom API doc ids that differ from the
actual doc entry id in order to fix this issue.
0 commit comments