D
D
@truongsinh https://github.com/angular/i18n is the repository you're looking for Edit: it's in the angular/angular main repository now I believe
Just looked into this on our site as well. I've found that it varies between directive/filter: ``` html Login & Play Login & Play {{ 'Login & Play' | translate...
+1 - Also need this for translating URLs defined in the config stage and would love this to be merged
Stumbled upon this today: https://angular-gettext.rocketeer.be/dev-guide/custom-annotations/ You can just create a new directive called "placeholder" which will run all placeholders through translation automatically.
On this note, we've forked angular-gettext to remove the `` replacements as we're not that interested in IE support and would much prefer a lighter/quicker DOM. Another area for improvement...
Any plans to continue with support for Custom Elements?? PR looks fairly simple but was abandoned 3 years ago. Hoping to use @angular/elements and have them rendered on the server
Having issues trying to do this myself with Angular Universal. Basically doing this: ```ts elementRef.nativeElement.style.setProperty(k, v); ``` With a CSS var like: ```ts { "key": "--grid-gap", "value": "1rem" } ```...
My use-case is that I created a `FormErrorsComponent` which displays error messages for a control. It looks something like: ```html {{ errors[key] }} ``` After adding `ChangeDetectionStrategy.OnPush` throughout my application,...
Was talking about this earlier in regards to Continuous Delivery and was given this issue to post my thoughts. Deployed an app to production via **Heroku Pipelines (Review, Staging, Production)**...
I think there's nothing blocking me from doing it today, i'll do as you said and then dynamically load in that config