Pascal Weyrich
Pascal Weyrich
**Is your feature request related to a problem? Please describe.** I wanted to start lazy loading translations along with lazy loaded modules. The advice at https://github.com/robisim74/angular-l10n#lazy-loading did not really fit...
In my previous change (#351) I missed the fallback overload that matches the function signature. This introduces new type errors when upgrading to v17. 
BREAKING CHANGE: L10nIntlModule doesn't ship with a provider for L10nIntlService anymore. Use L10nIntlModule.forRoot() or provideL10nIntl() instead to include a provider for L10nIntlService.