Fix the issue of causing the UI UT cases failed

downgrade the zone.js version to 0.8.19 and fix it
This commit is contained in:
Steven Zou 2018-04-19 15:30:12 +08:00
parent 28aea4d439
commit 6f83b9e563
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4"
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "1.4.0",

View File

@ -37,7 +37,7 @@
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4"
"zone.js": "0.8.19"
},
"devDependencies": {
"@angular/cli": "^1.0.0",