1
0
mirror of https://github.com/avatao-content/frontend-tutorial-framework synced 2025-01-26 03:51:55 +00:00

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';