@angular/ssr and i18n - howto missing #26449
Labels
Content-Length: 253061 | pFad | http://github.com/angular/angular-cli/issues/26449
05Fetched URL: http://github.com/angular/angular-cli/issues/26449
Alternative Proxies:
Which @angular/* package(s) are relevant/related to the feature request?
localize
Description
When combining @angular/ssr and internationalization ($localize/i18n) it will not work out of the box.
From reading documentation there is no mention about this afaik and it's not clear to me how to achieve this common combination (I should suspect).
It's possible to make it work by hacking around the generated server.ts and by fiddling with base hrefs, but it becomes a strange hacky solution in the most cases.
Proposed solution
Provide some form of documentation / examples of how to add internationalization with i18n. I know we are many people struggling with this.
Alternatives considered
Hacking around server.ts and base hrefs.
The text was updated successfully, but these errors were encountered: