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

Class MyInputComponent

packages/platform-server/test/integration_spec.ts:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574function createMyInputComponent(standalone: boolean) {
575 @Component({
576 standalone,
577 selector: 'app',
578 template: '<input [name]="name">',
579 })
580 class MyInputComponent {
581 @Input() name = '';
582 }
583
584 return MyInputComponent;
585}

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…