From 6c6bb18d1d333598220873f38a918a79838ce12e Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 27 Sep 2018 12:05:33 +0100 Subject: [PATCH] remove web-animation-js not needed anymore in angular 6 (#3833) --- demo-shell/src/polyfills.ts | 3 --- package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/demo-shell/src/polyfills.ts b/demo-shell/src/polyfills.ts index dbac04718a..161772acdb 100644 --- a/demo-shell/src/polyfills.ts +++ b/demo-shell/src/polyfills.ts @@ -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'; diff --git a/package.json b/package.json index b491a31dfa..7ab7802174 100644 --- a/package.json +++ b/package.json @@ -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": {