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

Class NestedCmp

packages/platform-server/test/incremental_hydration_spec.ts:2475–2481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2473
2474 it('should render an error block when loading fails and cleanup the original content', async () => {
2475 @Component({
2476 selector: 'nested-cmp',
2477 template: 'Rendering {{ block }} block.',
2478 })
2479 class NestedCmp {
2480 @Input() block!: string;
2481 }
2482
2483 @Component({
2484 selector: 'app',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected