We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6fbf9 commit e195549Copy full SHA for e195549
demo/src/polyfills.ts
@@ -19,3 +19,6 @@ import 'core-js/es6/reflect';
19
import 'core-js/es7/reflect';
20
import 'zone.js/dist/zone';
21
import 'classlist-polyfill';
22
+
23
+import 'intl';
24
+import 'intl/locale-data/jsonp/en';
package.json
@@ -95,6 +95,7 @@
95
"gitignore-to-glob": "0.3.0",
96
"google-code-prettify": "1.0.5",
97
"html-loader": "0.4.5",
98
+ "intl": "^1.2.5",
99
"jasmine": "2.6.0",
100
"jasmine-core": "2.6.1",
101
"jasmine-data-provider": "2.2.0",
0 commit comments