MCPcopy
hub / github.com/angular/angular / SomeOtherComponent

Class SomeOtherComponent

packages/platform-browser/test/testing_public_spec.ts:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 class SomeComponent {}
445
446 @Component({
447 selector: 'comp',
448 template: 'someOtherText',
449 standalone: false,
450 })
451 class SomeOtherComponent {}
452
453 @NgModule({declarations: [SomeComponent, SomeDirective, SomePipe]})
454 class SomeModule {}

Callers

nothing calls this directly

Calls 1

ComponentInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…