2
0

added moments library with i18n

This commit is contained in:
2018-08-07 13:36:42 +02:00
parent a799e8e9e8
commit c982aba19a
5 changed files with 1835 additions and 1799 deletions

View File

@@ -37,10 +37,10 @@
},
"private": false,
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
@@ -48,6 +48,8 @@
"@angular/router": "^6.0.0",
"core-js": "^2.5.4",
"d3": "^5.3.0",
"moment": "^2.22.2",
"ngx-moment": "^3.1.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},