My application has static JSON files for most translations, but some run time data also has translations and I'd like to load that translation data on-demand using ngx-translator.
Is there a way to load static files and also be able to load additional data on-demand?