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 18
18
* BROWSER POLYFILLS
19
19
*/
20
20
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
+ */
22
24
// import 'classlist.js'; // Run `npm install --save classlist.js`.
23
25
24
26
/**
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ import 'core-js/es6/map';
41
41
// import 'core-js/es6/weak-map';
42
42
import 'core-js/es6/set';
43
43
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
+ */
45
47
// import 'classlist.js'; // Run "npm install --save classlist.js".
46
48
47
49
/** IE10 and IE11 requires the following for the Reflect API. */
You can’t perform that action at this time.
0 commit comments