NetanelBasal
4/14/2017 - 10:04 AM

stop-directive.example.html

<div class="parent" (click)="fromParent()">
  <button class="child" (click.stop)="fromChild()">Click me</button>
</div>