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

Method text

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

Source from the content-addressed store, hash-verified

3414 class Dir {
3415 @HostBinding('attr.data-dir')
3416 get text() {
3417 return isFirstUpdatePass() ? 'first-update-pass' : 'post-update-pass';
3418 }
3419 }
3420
3421 @Component({

Callers

nothing calls this directly

Calls 1

isFirstUpdatePassFunction · 0.85

Tested by

no test coverage detected