angular-localization
angular-localization copied to clipboard
add urlbuilder
Problem:
Localization bundles currently can be obtained only via filesystem. Such solution is hardcoded and is not flexible. There are ways to obtain files via endpoints (as my current code does).
Proposed solution:
Add opportunity to compile url manually. Current implementation moved to 'ngLocalize.UrlBuilder' module, allowing to override it.