@angular/core 8.2.8 → 8.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v8.2.8
2
+ * @license Angular v8.2.12
3
3
  * (c) 2010-2019 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -2225,10 +2225,6 @@ export declare class ErrorHandler {
2225
2225
  * @publicApi
2226
2226
  */
2227
2227
  export declare class EventEmitter<T extends any> extends Subject<T> {
2228
- /**
2229
- * Internal
2230
- */
2231
- __isAsync: boolean;
2232
2228
  /**
2233
2229
  * Creates an instance of this class that can
2234
2230
  * deliver events synchronously or asynchronously.