Luke
Luke
@Antarus66 did you solve this problem? I have the same.
I have the same. "@angular/core": "~9.1.1"
It works for me: ## Issue Description ### Problem Encountered an error related to the `bcrypt` module in a Node.js application running on an `arm64` architecture (Apple Silicon, M1/M2 chips)....
This isn't a good practice but it can be done. view: ``` ``` controller: ``` initReactiveForm() { this.reactiveForm = this._fb.group({ dropdown: [null], }); this.reactiveForm.valueChanges .subscribe(values => console.log(values)); } dropdownFieldUpdate(field, value){...