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

Class TestComp

packages/core/test/test_bed_spec.ts:1231–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229 describe('bindings', () => {
1230 it('should be able to bind to inputs', () => {
1231 @Component({template: ''})
1232 class TestComp {
1233 @Input() value = 0;
1234 }
1235
1236 const value = signal(1);
1237 const fixture = TestBed.createComponent(TestComp, {

Callers

nothing calls this directly

Calls 3

ComponentInterface · 0.90
InputInterface · 0.90
OutputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…