Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ SomeDirective
Class
SomeDirective
packages/core/test/test_bed_spec.ts:2197–2203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2195
}
2196
2197
@Directive({
2198
selector:
'someDirective'
,
2199
standalone: false,
2200
})
2201
class
SomeDirective {
2202
someProp =
'hello'
;
2203
}
2204
2205
@Component({
2206
selector:
'comp'
,
Callers
nothing calls this directly
Calls
1
Directive
Class · 0.90
Tested by
no test coverage detected