in scripts/model.ts [22:26]
public decrementValue() { if (this._currentValue > 0) { this.setCurrentValue(this._currentValue - 1); } }