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

Class MyHiddenComponent

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

Source from the content-addressed store, hash-verified

621
622function createMyHiddenComponent(standalone: boolean) {
623 @Component({
624 standalone,
625 selector: 'app',
626 template: '<input [hidden]="true"><input [hidden]="false">',
627 })
628 class MyHiddenComponent {
629 @Input() name = '';
630 }
631
632 return MyHiddenComponent;
633}

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…