ngx-translate / http-loader

A loader for ngx-translate that loads translations with http calls
MIT License
191 stars 69 forks source link

http-loader support for web component #85

Open mvaz77 opened 3 years ago

mvaz77 commented 3 years ago

Current behavior

I do not see any document or example where ngx-translate or http loader works with web component.

Expected behavior

Working example or documentation to show ngx-transle works with angular web component. It would good to see if we can embed assest files within web component.

What is the motivation / use case for changing the behavior?

I have a web component. I would like to use ngx-translate / http-loader to get translations from json file

How do you think that we should implement this?