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

Class DirA

packages/core/test/test_bed_spec.ts:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 })
213 class Root {}
214 @Directive({
215 selector: '[dirA]',
216 host: {'title': 'Test title'},
217 standalone: false,
218 })
219 class DirA {}
220
221 // Note: this module is not directly reference in the test intentionally.
222 // Its presence triggers a side-effect of patching correct scopes on the declared components.

Callers

nothing calls this directly

Calls 1

DirectiveClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…