We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270a09b commit 8f3742fCopy full SHA for 8f3742f
packages/schematics/angular/application/files/__path__/polyfills.ts
@@ -37,8 +37,12 @@
37
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
// import 'classlist.js'; // Run `npm install --save classlist.js`.
39
40
+/** IE10 and IE11 requires the following for the Reflect API. */
41
+// import 'core-js/es6/reflect';
42
+
43
44
/** Evergreen browsers require these. **/
-import 'core-js/es6/reflect';
45
+// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
46
import 'core-js/es7/reflect';
47
48
0 commit comments