I have a child component and a parent component. The child component returns a _id value back to parent when one element inside it is clicked. I have received that _id inside html of the parent component. Now I have an array inside parent components ts file of parent and want to remove values from it base on the _id received from child component. I am getting the _id value inside html component of parent but unable to use it inside ts of parent
I tried to make a function and call it but it didn't work