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

Class CheckAlwaysCmp

packages/core/test/component_fixture_spec.ts:592–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591 it('will not refresh CheckAlways views when detectChanges is called if not marked dirty', () => {
592 @Component({
593 template: '{{signalThing()}}|{{regularThing}}',
594 changeDetection: ChangeDetectionStrategy.Eager,
595 })
596 class CheckAlwaysCmp {
597 regularThing = 'initial';
598 signalThing = signal('initial');
599 }
600
601 const fixture = TestBed.createComponent(CheckAlwaysCmp);
602 // components are created dirty

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
signalFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…