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

Class NestedCmp

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

Source from the content-addressed store, hash-verified

2479
2480 it('should render an error block when loading fails and cleanup the original content', async () => {
2481 @Component({
2482 selector: 'nested-cmp',
2483 template: 'Rendering {{ block }} block.',
2484 })
2485 class NestedCmp {
2486 @Input() block!: string;
2487 }
2488
2489 @Component({
2490 selector: 'app',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected