MCPcopy Create free account
hub / github.com/angular/angular / MainComp

Class MainComp

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

Source from the content-addressed store, hash-verified

2132 describe('orphan components', () => {
2133 it('should display correct error message for orphan component if forbidOrphanRendering option is set', () => {
2134 @Component({
2135 template: '...',
2136 standalone: false,
2137 })
2138 class MainComp {}
2139 ɵsetClassDebugInfo(MainComp, {
2140 className: 'MainComp',
2141 filePath: 'test.ts',

Callers

nothing calls this directly

Calls 1

ComponentInterface · 0.90

Tested by

no test coverage detected