MCPcopy
hub / github.com/angular/angular / NonStandaloneDirective

Class NonStandaloneDirective

packages/core/test/test_bed_spec.ts:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 class StandaloneDirective {}
674
675 @Directive({
676 standalone: false,
677 })
678 class NonStandaloneDirective {}
679
680 @Pipe({name: 'test'})
681 class StandalonePipe {}

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…