core icon indicating copy to clipboard operation
core copied to clipboard

The internationalization (i18n) library for Angular

Results 192 core issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering how you should handle an import of TranslateModule.forChild in a module when adding a single standalone component in an NgModule based angular project I would like...

## Current behavior ERROR Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: ''. Current value: '1'.. Find more at https://angular.io/errors/NG0100 in console ## Expected behavior No...

![image](https://github.com/ngx-translate/core/assets/4762399/7319cce2-371d-4144-b31e-c576a8d6a064) Is this normal and expected? Since my app is a PWA, it causes literally thousands of connections from the browser when it preloads all the bundles. It means when...

## Current behavior ## Expected behavior ## How do you think that we should fix this? ## Minimal reproduction of the problem with instructions ## Environment ngx-translate version: X.Y.Z Angular...

Hi, I was wondering how you should handle an import of `TranslateModule.forChild` in your module when moving to standalone components? This was used because we only wanted to load the...

## Current behavior If the dot format and the nested format are mixed, a translation key in dot format is ignored if there is a nested block with a prefix...

Hello, I have an angular app those tests runs very fine but when I push the code to gitlab I get the following error in pipeline ![image](https://user-images.githubusercontent.com/97243628/217858986-5c505d1f-401e-4d9f-acef-c3b169da87ae.png) this my tests...

## Current behavior In my app I get some translations from the server. When received I want to update the translations. For this I use setTranslation. I have the following...

share the last loader for any new standalone components as we didn't load a new loader ## Current behavior any new component doesn't explicitly load new loader use the main...