Replies: 3 comments
-
I think this comment can help you: #1460 (comment) |
Beta Was this translation helpful? Give feedback.
-
Modules, such as NgxModule, are a collection of components and providers. Static module methods such as The general method for retrieving providers from a Module is importProvidersFrom E.g. bootstrapApplication(AppComponent, { providers: [importProvidersFrom(TranslateModule.forRoot({ /* config */ }))] }) |
Beta Was this translation helpful? Give feedback.
-
Please, read the latest documentation, you should find you answer there: https://ngx-translate.org/getting-started/translating-your-components/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Angular 17, componenents are standalone by default, in the documentation, ngx-translate is loaded thru the module, how can I load it if I don't have a module ?
Also, when developping Web Components (@angular/elements), how can I use it too ?
Beta Was this translation helpful? Give feedback.
All reactions