YA
Hi Dany, I am trying to load select dropdown values via a service call, but the values are not reflecting in the dropdown component. Could you help me with this? I am calling the service in the ngOnInit method and also creating the form there. When I checked the console, I found that the service is retrieving data after the component is initialized. However, the method that creates the form expects data from the service, but since the data is retrieved after the component initialization, the options are not being rendered in the select component. Can you guide me on how to resolve this?