We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8bfe2 commit 3269cf0Copy full SHA for 3269cf0
ClientApp/polyfills/browser.polyfills.ts
@@ -1,3 +1,5 @@
1
import './polyfills.ts';
2
3
import 'zone.js/dist/zone';
4
+import 'reflect-metadata';
5
+// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
ClientApp/polyfills/polyfills.ts
@@ -24,8 +24,6 @@
24
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
25
// import 'classlist.js'; // Run `npm install --save classlist.js`.
26
27
-// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
28
-
29
/** Evergreen browsers require these. **/
30
import 'core-js/es6/reflect';
31
import 'core-js/es7/reflect';
0 commit comments