MCPcopy
hub / github.com/angular/angular / b

Method b

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

Source from the content-addressed store, hash-verified

111 }
112 @Input()
113 set b(v: number) {
114 this.setterCalls['b'] = v;
115 }
116
117 ngOnChanges(changes: SimpleChanges) {
118 this.changes = changes;

Calls

no outgoing calls

Tested by

no test coverage detected