Replies: 2 comments
-
I think this comment can help you: #1460 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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