Skip to content

A question about EventEmitter #6

Open
@RezaRahmati

Description

@RezaRahmati

Hey Ward

I read your comment under someone post about EventEmitters (in Angular Services), since it was written 2016 I was wondering if it's still valid?

Do NOT count on EventEmitter continuing to be an Observable!

Do NOT count on those Observable operators being there in the future!

These will be deprecated soon and probably removed before release.

Use EventEmitter only for event binding between a child and parent component. Do not subscribe to it. Do not call any of those methods. Only call eve.emit()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions