Skip to content

Commit e195549

Browse files
IlyaSurmayvalorkin
authored andcommitted
fix(demo): add Intl polyfill [fixes #2215] (#2238)
1 parent 1c6fbf9 commit e195549

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

demo/src/polyfills.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ import 'core-js/es6/reflect';
1919
import 'core-js/es7/reflect';
2020
import 'zone.js/dist/zone';
2121
import 'classlist-polyfill';
22+
23+
import 'intl';
24+
import 'intl/locale-data/jsonp/en';

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"gitignore-to-glob": "0.3.0",
9696
"google-code-prettify": "1.0.5",
9797
"html-loader": "0.4.5",
98+
"intl": "^1.2.5",
9899
"jasmine": "2.6.0",
99100
"jasmine-core": "2.6.1",
100101
"jasmine-data-provider": "2.2.0",

0 commit comments

Comments
 (0)