Skip to content

Commit

Permalink
add web animations polyfill. #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Brandmeier committed Jan 3, 2017
1 parent 765e2de commit 33f8f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@angular/router": "^3.3.1",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"object-fit-images": "^2.5.9",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.2",
"zone.js": "^0.7.2"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ import 'core-js/es6/reflect';

import 'core-js/es7/reflect';
import 'zone.js/dist/zone';

// custom polyfills
import 'web-animations-js/web-animations.min';

0 comments on commit 33f8f95

Please sign in to comment.