The reason for using the eventemitter to send data from the parent component to the child (Angular)
While learning Angular, I realized that there is no need to use eventemitter to send data from the parent component to the child component, while the eventemitter must be used to send data from the child component to the parent component. Is this due to javascript limitations, or does Angular itself create such a mechanism,… Read More The reason for using the eventemitter to send data from the parent component to the child (Angular)