MCPcopy
hub / github.com/angular/angular / a

Method a

packages/core/test/linker/regression_integration_spec.ts:109–111  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

107
108 @Input()
109 set a(v: number) {
110 this.setterCalls['a'] = v;
111 }
112 @Input()
113 set b(v: number) {
114 this.setterCalls['b'] = v;

Calls

no outgoing calls

Tested by

no test coverage detected