Skip to content

Proposal: A directive should not receive events that it fired #4593

@tbosch

Description

@tbosch

E.g.

export class Checkbox {
  @Output() change: EventEmitter = new EventEmitter(); 

  @HostListener('change', [
        '$event.target.value'
   ])
   onChange(event) { ... }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions