We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765e2de commit 33f8f95Copy full SHA for 33f8f95
package.json
@@ -25,9 +25,9 @@
25
"@angular/router": "^3.3.1",
26
"core-js": "^2.4.1",
27
"hammerjs": "^2.0.8",
28
- "object-fit-images": "^2.5.9",
29
"rxjs": "^5.0.1",
30
"ts-helpers": "^1.1.1",
+ "web-animations-js": "^2.2.2",
31
"zone.js": "^0.7.2"
32
},
33
"devDependencies": {
src/polyfills.ts
@@ -17,3 +17,6 @@ import 'core-js/es6/reflect';
17
18
import 'core-js/es7/reflect';
19
import 'zone.js/dist/zone';
20
+
21
+// custom polyfills
22
+import 'web-animations-js/web-animations.min';
0 commit comments