Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): correctly emit MediaChange events
MediaObserver was showing an inconsistent behavior of the public `asObservable` method, emitting incorrect MediaChange events. For example, it was possible to receive both `sm` and `md` events at the same time as you resize your screen. Related to angular#1059
- Loading branch information