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

Function resetTViewsFor

packages/platform-server/test/dom_utils.ts:88–92  ·  view source on GitHub ↗
(...types: Type<unknown>[])

Source from the content-addressed store, hash-verified

86 * hydration info would not be applied to T data structures.
87 */
88export function resetTViewsFor(...types: Type<unknown>[]) {
89 for (const type of types) {
90 getComponentDef(type)!.tView = null;
91 }
92}
93
94export function hydrate(
95 doc: Document,

Calls 1

getComponentDefFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…