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

Class MyChildComponent

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

Source from the content-addressed store, hash-verified

539
540function createFalseAttributesComponents(standalone: boolean) {
541 @Component({
542 standalone,
543 selector: 'my-child',
544 template: 'Works!',
545 })
546 class MyChildComponent {
547 @Input() public attr!: boolean;
548 }
549
550 @Component({
551 standalone,

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…