In my Angular 6 project, I have successfully implemented a shared component called country-state
. It is functioning perfectly.
VIEW MY PERFECT WORKING EXAMPLE
However, upon dividing the country-state
component into separate country
and state
components, I encountered an issue where I cannot populate the states for selected countries. How can I address this in my not working example
?