Skip to content

Commit

Permalink
fix(demo): missing Object.values() polyfill for IE. (#3249)
Browse files Browse the repository at this point in the history
We need to add this polyfill for IE runtime compatibility in the demo website.
  • Loading branch information
Benoit Charbonnier committed Jun 24, 2019
1 parent a20df01 commit 0eff381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/***************************************************************************************************
* BROWSER POLYFILLS
*/

import 'core-js/fn/object/values';

/**
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down

0 comments on commit 0eff381

Please sign in to comment.