diff options
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index d68672ffe..c2d7f1d6e 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | /** Evergreen browsers require these. **/ | 44 | /** Evergreen browsers require these. **/ |
45 | // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. | 45 | // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove. |
46 | import 'core-js/es7/reflect'; | 46 | import 'core-js/es7/reflect' |
47 | 47 | ||
48 | 48 | ||
49 | /** | 49 | /** |
@@ -53,12 +53,10 @@ import 'core-js/es7/reflect'; | |||
53 | // import 'web-animations-js'; // Run `npm install --save web-animations-js`. | 53 | // import 'web-animations-js'; // Run `npm install --save web-animations-js`. |
54 | 54 | ||
55 | 55 | ||
56 | |||
57 | /*************************************************************************************************** | 56 | /*************************************************************************************************** |
58 | * Zone JS is required by default for Angular itself. | 57 | * Zone JS is required by default for Angular itself. |
59 | */ | 58 | */ |
60 | import 'zone.js/dist/zone'; // Included with Angular CLI. | 59 | import 'zone.js/dist/zone' // Included with Angular CLI. |
61 | |||
62 | 60 | ||
63 | 61 | ||
64 | /*************************************************************************************************** | 62 | /*************************************************************************************************** |