Add polyfill to make sure RxJS runs in the correct zone

This commit is contained in:
Bálint Bokros 2018-02-15 11:16:05 +01:00
parent 96cbebc204
commit b6f4c870b6

View File

@ -64,3 +64,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
import 'zone.js/dist/zone-patch-rxjs';