in src/app/code/code.component.ts [93:98]
updateValue(value) { this.value = value; this.onChange(value); this.onTouched(); this.change.emit(value); }