how to stop event propagation in angular code example Example: angular click stop propagation <div (click)="$event.stopPropagation()"></div>