Guest User

Untitled

a guest
Dec 2nd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Главная форма->Компонент 1->Компонент 2->...->Кнопка
  2.  
  3. <app-main>
  4. <app-cmp1 (myEvent)="onMyEvent($event)">
  5. <app-cmp2 (myEvent)="onMyEvent($event)">
  6. <app-cmp3 (myEvent)="onMyEvent($event)">
  7. <button (click)="sendMyEventUp()">
  8. </button>
  9. </app-cmp3>
  10. </app-cmp2>
  11. </app-cmp1>
  12. </app-main>
Add Comment
Please, Sign In to add comment