MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

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

Source from the content-addressed store, hash-verified

388 })
389 class DirB {
390 constructor(@Attribute('mode') mode: string) {
391 logs.push(`DirB.${mode}`);
392 }
393 }
394
395 @Directive({

Callers

nothing calls this directly

Calls 2

AttributeInterface · 0.90
pushMethod · 0.45

Tested by

no test coverage detected