File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/schematics/angular Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 * BROWSER POLYFILLS
1919 */
2020
21- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
21+ /**
22+ * IE11 requires the following for NgClass support on SVG elements
23+ */
2224// import 'classlist.js'; // Run `npm install --save classlist.js`.
2325
2426/**
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ import 'core-js/es6/map';
4141// import 'core-js/es6/weak-map';
4242import 'core-js/es6/set';
4343
44- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
44+ /**
45+ * IE10 and IE11 requires the following for NgClass support on SVG elements
46+ */
4547// import 'classlist.js'; // Run "npm install --save classlist.js".
4648
4749/** IE10 and IE11 requires the following for the Reflect API. */
You can’t perform that action at this time.
0 commit comments