angular-localization icon indicating copy to clipboard operation
angular-localization copied to clipboard

add urlbuilder

Open nihau opened this issue 8 years ago • 0 comments

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.


This change is Reviewable

nihau avatar Jan 24 '17 15:01 nihau