changeset 420:8a866ee7c75f

web-animations polyfill
author Lucas Thompson <dev@lucas.im>
date Tue, 06 Jun 2017 16:04:51 +0100
parents 8d6b3c941a78
children 663f1c61fe98
files package.json src/polyfills.ts
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/package.json	Tue Jun 06 13:15:27 2017 +0100
+++ b/package.json	Tue Jun 06 16:04:51 2017 +0100
@@ -28,6 +28,7 @@
     "requirejs": "^2.3.3",
     "rxjs": "^5.4.0",
     "waves-ui-piper": "github:piper-audio/waves-ui-piper",
+    "web-animations-js": "^2.2.5",
     "zone.js": "0.8.7"
   },
   "devDependencies": {
--- a/src/polyfills.ts	Tue Jun 06 13:15:27 2017 +0100
+++ b/src/polyfills.ts	Tue Jun 06 16:04:51 2017 +0100
@@ -46,7 +46,7 @@
 
 
 /** ALL Firefox browsers require the following to support `@angular/animation`. **/
-// import 'web-animations-js';  // Run `npm install --save web-animations-js`.
+import 'web-animations-js';  // Run `npm install --save web-animations-js`.