in scripts/model.ts [28:30]
public incrementValue() { this.setCurrentValue(this._currentValue + 1); }