X Tutup
Skip to content

refactor(EventEmitter): rename "next" to "emit" #4287

@jeffbcross

Description

@jeffbcross

As EventEmitter's ultimate fate is being decided in #4149, small steps should be taken to start de-coupling it from Rx, since it is an abstraction of Rx. One small step to disambiguate EventEmitter from Subject is to change the next method to emit.

Note that in #4149, there's more substantial discussion about how to properly leverage Observables inside the Angular codebase.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup