Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what does event emitter do in angular

Data flows into your component via property bindings and flows out of your component through event bindings. If you want your component to notify his parent about something you can use the Output decorator with EventEmitter to create a custom event.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #event #emitter #angular
ADD COMMENT
Topic
Name
4+1 =