hs

Results 3 comments of hs

Thank you for your answer. I tried this already an got the error when accessing a view with library components: _"Uncaught (in promise): NullInjectorError: R3InjectorError(InputTerminalModule)[InjectionToken L10N_LOCALE -> InjectionToken L10N_LOCALE ->...

I created an repository to show the problem: [[email protected]:hschindler/LibraryDemo.git](url) I found out that including angula-l10n works if I add the library to the main project with "ng add library". If...

Hi, changing tsconfig.json compilerOptions works for me on angular V15: "target":"es2022", "module":"esnext" and "lib": ["es2022", "dom"]