MCPcopy
hub / github.com/angular/angular / constructor

Method constructor

packages/platform-browser/test/testing_public_spec.ts:626–626  ·  view source on GitHub ↗
(@Inject(aTok) a: any, @Inject(bTok) b: any)

Source from the content-addressed store, hash-verified

624 class MyModule {
625 // NgModule is eager, which makes all of its deps eager
626 constructor(@Inject(aTok) a: any, @Inject(bTok) b: any) {}
627 }
628
629 it('should inject providers that were declared before', () => {

Callers

nothing calls this directly

Calls 1

InjectInterface · 0.90

Tested by

no test coverage detected