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 dfa8026 commit 3a8bfe2Copy full SHA for 3a8bfe2
ClientApp/polyfills/browser.polyfills.ts
@@ -1,4 +1,3 @@
1
import './polyfills.ts';
2
3
import 'zone.js/dist/zone';
4
-import 'reflect-metadata';
ClientApp/polyfills/polyfills.ts
@@ -18,6 +18,9 @@
18
import 'core-js/es6/map';
19
import 'core-js/es6/set';
20
21
+ /** */
22
+ import 'reflect-metadata';
23
+
24
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
25
// import 'classlist.js'; // Run `npm install --save classlist.js`.
26
ClientApp/polyfills/server.polyfills.ts
import './polyfills.ts';
import 'zone.js';
0 commit comments