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

Class Thing1

packages/core/test/test_bed_spec.ts:2521–2526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2519
2520 describe('TestBed.tick', () => {
2521 @Component({
2522 template: '{{state()}}',
2523 })
2524 class Thing1 {
2525 state = signal(1);
2526 }
2527
2528 describe('with zone change detection', () => {
2529 it('should update fixtures with autoDetect', () => {

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…