mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
def1f0fb93
This allows the documentation for the options `errorOnUnknownElements` and `errorOnUnknownProperties` to be displayed in the docs. They aren't currently displayed, as `TestModuleMetadata` is a type and not an interface. See https://next.angular.io/api/core/testing/TestModuleMetadata PR Close #45891