Skip to content

Commit 5c4a038

Browse files
committed
Uncommented web-animations-js from polyfill.ts
1 parent d1b7bd1 commit 5c4a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)