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

Method reenter

packages/core/test/application_ref_spec.ts:139–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 constructor(private appRef: ApplicationRef) {}
138
139 reenter() {
140 if (this.reenterCount--) {
141 try {
142 this.appRef.tick();
143 } catch (e) {
144 this.reenterErr = e;
145 }
146 }
147 }
148 }
149
150 const fixture = TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 1

tickMethod · 0.65

Tested by

no test coverage detected