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

Class MyDir

packages/compiler/test/integration_spec.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 describe('directives', () => {
18 it('should support dotted selectors', () => {
19 @Directive({
20 selector: '[dot.name]',
21 standalone: false,
22 })
23 class MyDir {
24 @Input('dot.name') value!: string;
25 }
26
27 TestBed.configureTestingModule({
28 declarations: [MyDir, TestComponent],

Callers

nothing calls this directly

Calls 2

DirectiveInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…