robisim74 / angular-l10n

Angular library to translate texts, dates and numbers
MIT License
380 stars 59 forks source link

Is lazy loaded module supported? #283

Closed m-sadegh-sh closed 4 years ago

m-sadegh-sh commented 4 years ago

Recently I decided to upgrade from V7 to V9 and I noticed that maybe lazy loaded modules are not supported yet. Because I can't find any explanation about this feature in documentations.

If this is not supported, what would be your option to be able to use V9 in a project with dozens of lazy loaded modules? Do you recommend us to upgrade at all?

m-sadegh-sh commented 4 years ago

As I saw issue #282, Now it's clear to me that latest version supports lazy loaded modules with a bit of hacks.

robisim74 commented 4 years ago

@m-sadegh-sh Support for lazy loading has been added with version 9.1.0: https://github.com/robisim74/angular-l10n#lazy-loading

Greetings