python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use APP_BASE_HREF with @angular/localize
I am setting up @angular/localize for my application but I do not understand how to use both APP_BASE_HREF and @angular/localize. I am using this in my app.module.ts to set up APP_BASE_HREF.
provide...
Ali Turab Abbasi
Votes: 0
Answers: 0
@angular/localize: How to use interpolation in templates?
I'm using @angular/localize to translate labels in my application.
Say this is my translation file:
{
"locale": "en-US",
"translations": {
"WELCOME_M...
displayName
Votes: 0
Answers: 0
Webpack raw-loader not working after Angular update
I have recently updated my Angular application to V12. I am using Angular's own Internationalization library @angular/localize. I am using webpack's raw-loader to load the xlf translation files as a s...
Ali Turab Abbasi
Votes: 0
Answers: 2
Angular Internationalization Interpolated Strings
I am not sure how to do a translation for a dynamic variable in my app.
Currently, I have the report descriptions in a static json file. I am looping through the content of that and using string inter...
gby
Votes: 0
Answers: 1