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

Method constructor

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

Source from the content-addressed store, hash-verified

403 })
404 class DirB {
405 constructor(@Attribute('mode') mode: string) {
406 logs.push(`DirB.${mode}`);
407 }
408 }
409
410 @Directive({

Callers

nothing calls this directly

Calls 2

AttributeInterface · 0.90
pushMethod · 0.45

Tested by

no test coverage detected