MCPcopy Index your code
hub / github.com/angular/angular / multiProvidersFactoryResolver

Function multiProvidersFactoryResolver

packages/core/src/render3/di_setup.ts:320–329  ·  view source on GitHub ↗

* Use this with `multi` `providers`.

(
  this: NodeInjectorFactory,
  _: undefined,
  flags: InternalInjectFlags | undefined,
  tData: TData,
  lData: LView,
  tNode: TDirectiveHostNode,
)

Source from the content-addressed store, hash-verified

318 * Use this with `multi` `providers`.
319 */
320function multiProvidersFactoryResolver(
321 this: NodeInjectorFactory,
322 _: undefined,
323 flags: InternalInjectFlags | undefined,
324 tData: TData,
325 lData: LView,
326 tNode: TDirectiveHostNode,
327): any[] {
328 return multiResolve(this.multi!, []);
329}
330
331/**
332 * Use this with `multi` `viewProviders`.

Callers

nothing calls this directly

Calls 1

multiResolveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…