MCPcopy Create free account
hub / github.com/angular/angular / constructor

Method constructor

packages/core/test/acceptance/defer_spec.ts:414–416  ·  view source on GitHub ↗
(@Attribute('mode') mode: string)

Source from the content-addressed store, hash-verified

412 })
413 class DirC {
414 constructor(@Attribute('mode') mode: string) {
415 logs.push(`DirC.${mode}`);
416 }
417 }
418
419 @Component({

Callers

nothing calls this directly

Calls 2

AttributeInterface · 0.90
pushMethod · 0.45

Tested by

no test coverage detected