Skip to content

Commit 55bbf42

Browse files
authored
Merge pull request #122 from kewlniss/master
added web-animations-js to package.json
2 parents f6bdb80 + 5c4a038 commit 55bbf42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"sweetalert": "^1.1.3",
6666
"toastr": "^2.1.2",
6767
"ts-helpers": "^1.1.2",
68+
"web-animations-js": "^2.3.1",
6869
"zone.js": "0.8.17"
6970
},
7071
"devDependencies": {

angular/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import 'core-js/es6/set';
3737
// import 'classlist.js'; // Run `npm install --save classlist.js`.
3838

3939
/** IE10 and IE11 requires the following to support `@angular/animation`. */
40-
//import 'web-animations-js'; // Run `npm install --save web-animations-js`.
40+
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
4141

4242

4343
/** Evergreen browsers require these. **/

0 commit comments

Comments
 (0)