Lavos96

Results 4 comments of Lavos96

It is possible that it returns a LoclString object because the moment you ask for this translation, the file with these translations is not yet loaded.

Hi @ParsaArvanehPA This link should work: https://stackblitz.com/edit/ng-zorro-antd-ivy-w1gcxk?file=src%2Fapp%2Fapp.component.ts

@Nicoss54 after long investigation, it turned out that _angularCompilerOptions -> preserveWhitespaces: true_ option in tsconfig.json is responsible for that. I was unable to reproduce that in stackblitz. There is an...