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

Function diPublicInInjector

packages/core/src/render3/di.ts:304–310  ·  view source on GitHub ↗
(
  injectorIndex: number,
  tView: TView,
  token: ProviderToken<any>,
)

Source from the content-addressed store, hash-verified

302 * @param token The type or the injection token to be made public
303 */
304export function diPublicInInjector(
305 injectorIndex: number,
306 tView: TView,
307 token: ProviderToken<any>,
308): void {
309 bloomAdd(injectorIndex, tView, token);
310}
311
312/**
313 * Inject static attribute value into directive constructor.

Callers 2

resolveProviderFunction · 0.90
initializeDirectivesFunction · 0.90

Calls 1

bloomAddFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…