Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular directive output

// just use it normal
@Output() itch:EventEmitter<any> = new EventEmitter();

//and call in html
<div appCollar (itch)='scratch()' >
Source by www.mbejda.com #
 
PREVIOUS NEXT
Tagged: #angular #directive #output
ADD COMMENT
Topic
Name
4+3 =