File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/@angular/cli/blueprints/ng/files/__path__ Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 37
37
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
38
// import 'classlist.js'; // Run `npm install --save classlist.js`.
39
39
40
- /** IE10 and IE11 requires the following to support `@angular/animation`. */
41
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
42
-
43
-
44
40
/** Evergreen browsers require these. **/
45
41
import 'core-js/es6/reflect' ;
46
42
import 'core-js/es7/reflect' ;
47
43
48
44
49
- /** ALL Firefox browsers require the following to support `@angular/animation`. **/
45
+ /**
46
+ * Required to support Web Animations `@angular/animation`.
47
+ * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
48
+ **/
50
49
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
51
50
52
51
You can’t perform that action at this time.
0 commit comments