refactor: remove EventEmitter from facade (#14837)
As of right now each module has its own copy of the EventEmitter contributing to bloat.
This commit is contained in:

committed by
Chuck Jazdzewski

parent
728fe472f8
commit
928c5657c8
@ -6,8 +6,8 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {Injectable, NgZone} from '@angular/core';
|
||||
import {EventEmitter} from './facade/async';
|
||||
import {EventEmitter, Injectable, NgZone} from '@angular/core';
|
||||
|
||||
|
||||
/**
|
||||
* A mock implementation of {@link NgZone}.
|
||||
|
Reference in New Issue
Block a user