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

Method testModuleRef

packages/core/testing/src/test_bed.ts:748–753  ·  view source on GitHub ↗

* @internal strip this from published d.ts files due to * https://github.com/microsoft/TypeScript/issues/36216

()

Source from the content-addressed store, hash-verified

746 * https://github.com/microsoft/TypeScript/issues/36216
747 */
748 private get testModuleRef(): NgModuleRef<any> {
749 if (this._testModuleRef === null) {
750 this._testModuleRef = this.compiler.finalize();
751 }
752 return this._testModuleRef;
753 }
754
755 private assertNotInstantiated(methodName: string, methodDescription: string) {
756 if (this._testModuleRef !== null) {

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected