41cd8f3efb
Allows to write: const fixture = TestBed .overridePipe(DisplayNamePipe, { set: { pure: false } }) .createComponent(MenuComponent); when you only want to set the `pure` metadata, instead of currently: const fixture = TestBed .overridePipe(DisplayNamePipe, { set: { name: 'displayName', pure: false } }) .createComponent(MenuComponent); which forces you to redefine the name of the pipe even if it is useless. Fixes #24102 PR Close #24103 |
||
---|---|---|
.. | ||
animation | ||
browser | ||
dom | ||
security | ||
static_assets | ||
BUILD.bazel | ||
browser_util_spec.ts | ||
testing_public_spec.ts |