This commit is contained in:
crusader 2018-05-24 16:06:19 +09:00
parent d59d9379f9
commit ab75105f46
3 changed files with 7 additions and 23 deletions

15
package-lock.json generated
View File

@ -452,7 +452,7 @@
"@overflow/commons-typescript": {
"version": "0.0.5",
"resolved": "https://nexus.loafle.net/repository/npm-all/@overflow/commons-typescript/-/commons-typescript-0.0.5.tgz",
"integrity": "sha512-eHo0nB0Sp2qxodGMGC3NIA1+twpOg7CBSmJ2011qDPO7MWYMUvyWLaeilEjmcdXE4ozLBk3JMXQUWxu/3ccf0A=="
"integrity": "sha512-hX9QgBMXaGlWAZG1pbHrVJVZpQGgnCtmxcU35G+u0vLRgr6mqM+kTnBKHld7adoPp4WZMjnHiU87exdZ72ZfPA=="
},
"@schematics/angular": {
"version": "0.6.3",
@ -829,11 +829,11 @@
"integrity": "sha512-Nf+7bFQdoxXgoPiIaKGauBNuhdY1UMGNVkdQGPBk0CutFMlT1tx7gbbw/D7/2FGGvfdW7JrHzl1VKeW1w3Ha8g=="
},
"angular-l10n": {
"version": "4.1.5",
"resolved": "https://nexus.loafle.net/repository/npm-all/angular-l10n/-/angular-l10n-4.1.5.tgz",
"integrity": "sha512-fIQxp7IoQl+Z/ainbqNMMuQdAxVbknF22PWCKWGOBok48iVLOwnx+OEp3yEaLDqKsoY4QUFQIDue9TZvneFYZg==",
"version": "5.0.0",
"resolved": "https://nexus.loafle.net/repository/npm-all/angular-l10n/-/angular-l10n-5.0.0.tgz",
"integrity": "sha512-FxBmXvpU0dmrdKZ3TbKulAxmlUGdZdInbh2OAlZuTO1JlIq2RQiNAoh1IyjjaebAdHipPY3IKV3afNMq48EVyQ==",
"requires": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
}
},
"angularx-qrcode": {
@ -5017,11 +5017,6 @@
"meow": "^3.3.0"
}
},
"intl": {
"version": "1.2.5",
"resolved": "https://nexus.loafle.net/repository/npm-all/intl/-/intl-1.2.5.tgz",
"integrity": "sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94="
},
"invariant": {
"version": "2.2.4",
"resolved": "https://nexus.loafle.net/repository/npm-all/invariant/-/invariant-2.2.4.tgz",

View File

@ -39,12 +39,11 @@
"@ngrx/store-devtools": "^5.2.0",
"@overflow/commons-typescript": "^0.0.5",
"angular-google-recaptcha": "^1.0.3",
"angular-l10n": "^4.1.5",
"angularx-qrcode": "^1.1.0",
"angular-l10n": "^5.0.0",
"angularx-qrcode": "^1.1.7",
"chart.js": "^2.7.2",
"core-js": "^2.5.4",
"fullcalendar": "^3.9.0",
"intl": "^1.2.5",
"ip-cidr": "^1.1.2",
"jquery": "^3.3.1",
"moment": "^2.22.0",

View File

@ -78,13 +78,3 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
/**
* 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';