angular/aio/content
cexbrayat 41cd8f3efb refactor(core): use Partial<T> for MetadataOverride (#24103)
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
2018-05-29 18:40:05 -04:00
..
examples docs(aio): Remove outdated README.md from cli-quickstart zip (#23947) 2018-05-22 13:37:15 -04:00
guide refactor(core): use Partial<T> for MetadataOverride (#24103) 2018-05-29 18:40:05 -04:00
images docs(aio): Added Mashhood as GDE in contributors (#24157) 2018-05-29 16:20:05 -04:00
marketing docs(aio): fix link to correct bio image (#24150) 2018-05-29 16:27:49 -04:00
tutorial docs: fix typo (#23514) 2018-04-24 14:43:34 -07:00
file-not-found.md feat(aio): add search to 404 page (#19682) 2017-10-13 09:18:42 -07:00
license.md docs(common): update copyright years (#21232) 2018-01-04 17:45:36 -05:00
navigation.json fix(aio): add link to v5 docs (#23794) 2018-05-09 11:44:45 -07:00