Skip to content

Commit

Permalink
fix(demo): add Intl polyfill [fixes #2215] (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed Jul 20, 2017
1 parent 1c6fbf9 commit e195549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'zone.js/dist/zone';
import 'classlist-polyfill';

import 'intl';
import 'intl/locale-data/jsonp/en';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"gitignore-to-glob": "0.3.0",
"google-code-prettify": "1.0.5",
"html-loader": "0.4.5",
"intl": "^1.2.5",
"jasmine": "2.6.0",
"jasmine-core": "2.6.1",
"jasmine-data-provider": "2.2.0",
Expand Down

0 comments on commit e195549

Please sign in to comment.