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

Method constructor

packages/router/test/bootstrap.spec.ts:128–131  ·  view source on GitHub ↗
(router: Router)

Source from the content-addressed store, hash-verified

126 })
127 class TestModule {
128 constructor(router: Router) {
129 log.push('TestModule');
130 router.events.subscribe((e) => log.push(e.constructor.name));
131 }
132 }
133
134 await platformBrowser([])

Callers

nothing calls this directly

Calls 2

subscribeMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected