remove web-animation-js not needed anymore in angular 6 (#3833)

This commit is contained in:
Eugenio Romano 2018-09-27 12:05:33 +01:00 committed by GitHub
parent bd2d102449
commit 6c6bb18d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -53,9 +53,6 @@ import 'core-js/es6/set';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js'; // Run `npm install --save classlist.js`.
/** IE10 and IE11 requires the following to support `@angular/animation`. */
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/** Evergreen browsers require these. */
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';

View File

@ -98,7 +98,6 @@
"rxjs": "^6.2.2",
"rxjs-compat": "^6.1.0",
"systemjs": "0.19.27",
"web-animations-js": "2.3.1",
"zone.js": "~0.8.26"
},
"devDependencies": {