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

Method dir

packages/core/test/acceptance/integration_spec.ts:2394–2396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2392 })
2393 class Dir {
2394 get dir(): any {
2395 return null;
2396 }
2397
2398 set dir(value: any) {
2399 throw new Error('this error is expected');

Callers 3

interop.spec.tsFile · 0.80
form_field.spec.tsFile · 0.80
console.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected