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

Method constructor

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

Source from the content-addressed store, hash-verified

394 })
395 class DirA {
396 constructor(@Attribute('mode') mode: string) {
397 logs.push(`DirA.${mode}`);
398 }
399 }
400
401 @Directive({

Callers

nothing calls this directly

Calls 2

AttributeInterface · 0.90
pushMethod · 0.45

Tested by

no test coverage detected