TestEnvironmentOptions
interface
stable
teardown
ModuleTeardownOptions | undefinedConfigures the test module teardown behavior in TestBed.
errorOnUnknownElements
boolean | undefinedWhether errors should be thrown when unknown elements are present in component's template.
Defaults to false, where the error is simply logged.
If set to true, the error is thrown.
errorOnUnknownProperties
boolean | undefinedWhether errors should be thrown when unknown properties are present in component's template.
Defaults to false, where the error is simply logged.
If set to true, the error is thrown.
Jump to details