mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
intl polyfill is no longer required
This commit is contained in:
parent
10dad46d7c
commit
3401a67959
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -5210,11 +5210,6 @@
|
|||
"meow": "3.7.0"
|
||||
}
|
||||
},
|
||||
"intl": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/intl/-/intl-1.2.5.tgz",
|
||||
"integrity": "sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94="
|
||||
},
|
||||
"invariant": {
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.3.tgz",
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
"core-js": "2.5.5",
|
||||
"d3": "5.1.0",
|
||||
"hammerjs": "2.0.8",
|
||||
"intl": "1.2.5",
|
||||
"lodash": "4.17.10",
|
||||
"moment": "2.22.1",
|
||||
"ng2-charts": "1.6.0",
|
||||
|
|
|
@ -83,17 +83,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
|
|||
// Add global to window, assigning the value of window itself.
|
||||
(window as any).global = window;
|
||||
|
||||
/**
|
||||
* Date, currency, decimal and percent pipes.
|
||||
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
|
||||
*/
|
||||
// import 'intl'; // Run `npm install --save intl`.
|
||||
|
||||
/**
|
||||
* Need to import at least one locale-data with intl.
|
||||
*/
|
||||
// import 'intl/locale-data/jsonp/en';
|
||||
|
||||
/**
|
||||
* Fix for ngx-chart to work on ie11
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user