how to get data in form when I submit to another page in angular reactive forms code example
Example: send data from form to another page angular
this.router.navigate('/results', { state: result });
this.router.navigate('/results', { state: result });