Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // função para receber emit Output do Filho
  2. reciverFeedback(respostaFilho) {
  3. console.log('Foi emitido o evento e chegou no pai >>>> ', respostaFilho);
  4. }
Add Comment
Please, Sign In to add comment