MCPcopy Index your code
hub / github.com/angular/angular / NestedCmp

Class NestedCmp

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

Source from the content-addressed store, hash-verified

2413
2414 it('should render an error block when loading fails and cleanup the original content', async () => {
2415 @Component({
2416 selector: 'nested-cmp',
2417 template: 'Rendering {{ block }} block.',
2418 })
2419 class NestedCmp {
2420 @Input() block!: string;
2421 }
2422
2423 @Component({
2424 selector: 'app',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…