Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ HostDir
Class
HostDir
packages/core/test/application_ref_spec.ts:223–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
[ApplicationRef],
222
(ref: ApplicationRef) => {
223
@Directive({
224
host: {
'[attr.data-dir]'
:
'value'
},
225
})
226
class
HostDir {
227
@Input()
228
value =
'unset'
;
229
}
230
231
@Component({
232
selector:
'bootstrap-app'
,
Callers
nothing calls this directly
Calls
2
Directive
Class · 0.90
Input
Interface · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…