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

Method constructor

packages/router/test/integration/navigation.spec.ts:629–633  ·  view source on GitHub ↗
(route: ActivatedRoute)

Source from the content-addressed store, hash-verified

627 })
628 class Parent {
629 constructor(route: ActivatedRoute) {
630 route.params.subscribe((s: Params) => {
631 log.push(s);
632 });
633 }
634 }
635
636 @Component({

Callers

nothing calls this directly

Calls 2

subscribeMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected