Application Event (1) 썸네일형 리스트형 What are the basic differences between Application Event and Component Event? Q : What are the basic differences between Application Event and Component Event? Q : 응용 프로그램 이벤트와 구성 요소 이벤트의 기본 차이점은 무엇입니까? A : Component events are used to do communication between child and parent. They use bubbling and capture same as used in DOM events. A change in a child component can be communicated to the parent component via component event. Application events are used to communicate a.. 이전 1 다음