How to invoke methods on child components from parent components in LWC
When we break down functionality into a lot of small components and make it modular, there might be a necessity to invoke methods or functions on the child components from the parent components.