Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
Directive
Class · 0.90
Tested by
no test coverage detected