Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ result
Method
result
packages/router/test/directives/router_outlet.spec.ts:446–448 ·
view source on GitHub ↗
(v: string | undefined)
Source
from the content-addressed store, hash-verified
444
class
MyComponent {
445
@Input()
446
set result(v: string | undefined) {
447
resultLog.push(v);
448
}
449
}
450
451
TestBed.configureTestingModule({
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected