MCPcopy
hub / github.com/angular/angular / next

Method next

packages/core/test/linker/regression_integration_spec.ts:453–455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451 value = 0;
452 thrownValue = 0;
453 next() {
454 this.value++;
455 }
456 nextAndThrow() {
457 this.value++;
458 this.throwIfNeeded();

Calls

no outgoing calls

Tested by

no test coverage detected