MCPcopy Create free account
hub / github.com/angular/angular / text

Method text

packages/core/test/acceptance/integration_spec.ts:3428–3430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3426 })
3427 class Cmp {
3428 get text() {
3429 return isFirstUpdatePass() ? 'first-update-pass' : 'post-update-pass';
3430 }
3431 }
3432
3433 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 1

isFirstUpdatePassFunction · 0.85

Tested by

no test coverage detected