From b6f4c870b6759fa750f628713b76e761458c1706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Thu, 15 Feb 2018 11:16:05 +0100 Subject: [PATCH] Add polyfill to make sure RxJS runs in the correct zone --- src/polyfills.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/polyfills.ts b/src/polyfills.ts index 21e81e4..0353bc6 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -64,3 +64,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI. /*************************************************************************************************** * APPLICATION IMPORTS */ +import 'zone.js/dist/zone-patch-rxjs';