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

Function resetCompiledComponents

packages/core/src/render3/jit/module.ts:463–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461let verifiedNgModule = new WeakMap<NgModuleType<any>, boolean>();
462
463export function resetCompiledComponents(): void {
464 ownerNgModule = new WeakMap<Type<any>, NgModuleType<any>>();
465 verifiedNgModule = new WeakMap<NgModuleType<any>, boolean>();
466 moduleQueue.length = 0;
467 GENERATED_COMP_IDS.clear();
468}
469
470/**
471 * Computes the combined declarations of explicit declarations, as well as declarations inherited by

Callers 1

resetTestingModuleMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…