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.
2 parents f6bdb80 + 5c4a038 commit 55bbf42Copy full SHA for 55bbf42
angular/package.json
@@ -65,6 +65,7 @@
65
"sweetalert": "^1.1.3",
66
"toastr": "^2.1.2",
67
"ts-helpers": "^1.1.2",
68
+ "web-animations-js": "^2.3.1",
69
"zone.js": "0.8.17"
70
},
71
"devDependencies": {
angular/src/polyfills.ts
@@ -37,7 +37,7 @@ import 'core-js/es6/set';
37
// import 'classlist.js'; // Run `npm install --save classlist.js`.
38
39
/** IE10 and IE11 requires the following to support `@angular/animation`. */
40
-//import 'web-animations-js'; // Run `npm install --save web-animations-js`.
+import 'web-animations-js'; // Run `npm install --save web-animations-js`.
41
42
43
/** Evergreen browsers require these. **/
0 commit comments