MCPcopy
hub / github.com/angular/angular / MainComp

Class MainComp

packages/core/test/linker/integration_spec.ts:2099–2103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2097 describe('orphan components', () => {
2098 it('should display correct error message for orphan component if forbidOrphanRendering option is set', () => {
2099 @Component({
2100 template: '...',
2101 standalone: false,
2102 })
2103 class MainComp {}
2104 ɵsetClassDebugInfo(MainComp, {
2105 className: 'MainComp',
2106 filePath: 'test.ts',

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…