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

Method constructor

packages/router/test/bootstrap.spec.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 })
56 class RootCmp {
57 constructor() {
58 log.push('RootCmp');
59 }
60 }
61
62 @Component({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected