Added ability to select language in settings

Fixed locale support so that it actually works at runtime

Removed unused library
This commit is contained in:
Isaac Grynsztein
2020-03-15 14:52:07 -04:00
parent ebd0a419df
commit c7885e8726
6 changed files with 793 additions and 13 deletions

View File

@@ -30,7 +30,7 @@
"@angular/platform-browser": "^9.0.6",
"@angular/platform-browser-dynamic": "^9.0.6",
"@angular/router": "^9.0.6",
"@soluling/angular": "^1.0.0",
"@locl/core": "0.0.1-beta.2",
"core-js": "^2.4.1",
"file-saver": "^2.0.2",
"ng-lazyload-image": "^7.0.1",
@@ -49,6 +49,7 @@
"@angular/cli": "^9.0.6",
"@angular/compiler-cli": "^9.0.6",
"@angular/language-service": "^9.0.6",
"@locl/cli": "0.0.1-beta.6",
"@types/core-js": "^2.5.2",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "2.5.45",