Skip to content

Commit d6e999e

Browse files
Oleksii Potiekhinfilipesilva
authored andcommitted
fix(@schematics/angular): adjust block comment
https://github.com/Microsoft/tslint-microsoft-contrib ERROR: 21:1 no-single-line-block-comment Replace block comment with a single-line comment
1 parent 2ca4955 commit d6e999e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/schematics/angular/application/files/src/polyfills.ts.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
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
/**

packages/schematics/angular/migrations/update-8/drop-es6-polyfills_spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ import 'core-js/es6/map';
4141
// import 'core-js/es6/weak-map';
4242
import '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. */

0 commit comments

Comments
 (0)