I recently developed an employee center app with both form and details views. After submitting the form, the data entered should be displayed in the details view. To facilitate this data transfer, I created an EmployeeService to connect the form and details components. However, I am facing issues as the data is not being transferred from the form component to the details component. Can anyone provide any suggestions or assistance on how to fix this? You can find my code here-
https://stackblitz.com/edit/angular-bnqqyc
P. S- PLEASE DO NOT FORK THE CODE IN STACKBLITZ