Currently, I am utilizing Angular 7. Within my child component displayed in the Stackblitz example below, I have encountered an obstacle. Although I can access my variable on the parent control by using @Input
, I am unable to change it. Could you provide guidance on how to achieve this within the given Stackblitz example? The primary goal is to hide the modal by setting displayPopup=false upon clicking the hide button.