MCPcopy
hub / github.com/angular/angular / result

Method result

packages/router/test/directives/router_outlet.spec.ts:423–425  ·  view source on GitHub ↗
(v: string | undefined)

Source from the content-addressed store, hash-verified

421 class MyComponent {
422 @Input()
423 set result(v: string | undefined) {
424 resultLog.push(v);
425 }
426 }
427
428 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected