Skip to content

Commit 33f8f95

Browse files
author
Benjamin Brandmeier
committed
add web animations polyfill. #15
1 parent 765e2de commit 33f8f95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@angular/router": "^3.3.1",
2626
"core-js": "^2.4.1",
2727
"hammerjs": "^2.0.8",
28-
"object-fit-images": "^2.5.9",
2928
"rxjs": "^5.0.1",
3029
"ts-helpers": "^1.1.1",
30+
"web-animations-js": "^2.2.2",
3131
"zone.js": "^0.7.2"
3232
},
3333
"devDependencies": {

src/polyfills.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ import 'core-js/es6/reflect';
1717

1818
import 'core-js/es7/reflect';
1919
import 'zone.js/dist/zone';
20+
21+
// custom polyfills
22+
import 'web-animations-js/web-animations.min';

0 commit comments

Comments
 (0)