MCPcopy
hub / github.com/angular/angular / App

Class App

packages/core/test/forward_ref_integration_spec.ts:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class Module {}
52
53@Component({
54 selector: 'app',
55 viewProviders: [forwardRef(() => Frame)],
56 template: `<door><lock></lock></door>`,
57 standalone: false,
58})
59class App {}
60
61@Component({
62 selector: 'door',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
forwardRefFunction · 0.90

Tested by

no test coverage detected