@ngx-i18n-router/config-loader
Version:
Loader for ngx-i18n-router that provides route translations using ngx-config
50 lines (49 loc) • 1.44 kB
JSON
{
"name": "@ngx-i18n-router/config-loader",
"version": "5.0.0",
"description": "Loader for ngx-i18n-router that provides route translations using ngx-config",
"repository": {
"type": "git",
"url": "https://github.com/fulls1z3/ngx-i18n-router.git"
},
"keywords": [
"lazy loading",
"localization",
"i18n",
"async",
"plugin",
"loader",
"configmodule",
"config",
"localized router",
"router",
"i18n router",
"angular"
],
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fulls1z3/ngx-i18n-router/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-i18n-router/tree/master/packages/@ngx-i18n-router/config-loader#readme",
"main": "./bundles/config-loader.umd.js",
"module": "./@ngx-i18n-router/config-loader.es5.js",
"es2015": "./@ngx-i18n-router/config-loader.js",
"typings": "./config-loader.d.ts",
"dependencies": {
"tslib": "~1.8.1"
},
"peerDependencies": {
"@angular/common": ">=5.0.0 <6.0.0",
"@angular/core": ">=5.0.0 <6.0.0",
"@angular/platform-browser-dynamic": ">=5.0.0 <6.0.0",
"@angular/router": ">=5.0.0 <6.0.0",
"lodash": ">=4.17.4",
"@ngx-config/core": ">=5.0.0 <6.0.0",
"@ngx-config/http-loader": ">=5.0.0 <6.0.0",
"@ngx-i18n-router/core": ">=5.0.0 <6.0.0"
}
}