Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ MyDirective
Class
MyDirective
packages/platform-browser/test/testing_public_spec.ts:1172–1173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1170
1171
it(
'should throw if TestBed.overrideDirective is called after TestBed initialization'
, () => {
1172
@Directive()
1173
class
MyDirective {}
1174
1175
TestBed.inject(Injector);
1176
Callers
nothing calls this directly
Calls
1
Directive
Interface · 0.90
Tested by
no test coverage detected