fix(zone.js): zone-mix should import correct browser module (#31628)

Close #31626

PR Close #31628
This commit is contained in:
JiaLiPassion
2019-07-19 01:42:23 +09:00
committed by Miško Hevery
parent 2bb9a65351
commit 87ce4e997b
4 changed files with 46 additions and 5 deletions

View File

@ -6,8 +6,5 @@
* found in the LICENSE file at https://angular.io/license
*/
import '../zone';
import '../common/promise';
import '../common/to-string';
import '../browser/browser';
import '../browser/rollup-main';
import '../node/node';