fix(virtual-scroll): remove runOutsideAngular error (#18752)

fixes #18746
This commit is contained in:
Manu MA
2019-07-10 16:21:42 +02:00
committed by Brandy Carney
parent f060db5fe6
commit 8beeff2c52
15 changed files with 38 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
"sync": "sh scripts/sync.sh",
"build": "ng build --prod --no-progress",
"test": "ng e2e --prod",
"test.dev": "npm run sync && ng e2e",
"lint": "ng lint"
},
"private": true,