Pascal Weyrich

Results 3 issues of 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...

question
feature request

In my previous change (#351) I missed the fallback overload that matches the function signature. This introduces new type errors when upgrading to v17. ![Screenshot 2025-06-16 at 08 15 20](https://github.com/user-attachments/assets/74a58eab-fdc1-401f-8c67-b9f7560ff7df)

BREAKING CHANGE: L10nIntlModule doesn't ship with a provider for L10nIntlService anymore. Use L10nIntlModule.forRoot() or provideL10nIntl() instead to include a provider for L10nIntlService.