MCPcopy
hub / github.com/angular/angular / setIncludeViewProviders

Function setIncludeViewProviders

packages/core/src/render3/di.ts:117–121  ·  view source on GitHub ↗
(v: boolean)

Source from the content-addressed store, hash-verified

115let includeViewProviders = true;
116
117export function setIncludeViewProviders(v: boolean): boolean {
118 const oldValue = includeViewProviders;
119 includeViewProviders = v;
120 return oldValue;
121}
122
123/**
124 * The number of slots in each bloom filter (used by DI). The larger this number, the fewer

Callers 2

ɵɵpipeFunction · 0.90
getNodeInjectableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…