-
I have a project set up with the latest Angular and latest ngx-translate and ngx-translate router. The `alwaysSetPrefix` property is set to false to not have a language prefix on the default language.…
-
Error with Angular Universal and angular 5.2.11.
When I run "run serve: ssr" and I go to the browser this error appears
## Current behavior
ERROR { Error: Uncaught (in promise): TypeError: Cannot…
-
* **electron-builder version**: 25.1.7
* **Node version**: 20
* **Electron version**: 32.1.2
* **Target**: Windows
I have an Angular app in Electron. When I add a preload.js fi…
-
### Description
After upgrading from `^4.2.0` to `^6.0.3` I've noticed 3 issues.
1. translation key is not extracted from pipe argument (`Issue #1 in demo repo`)
```
{{ 'value' | testPipe: ('t…
-
## Current behavior
with a language configuration like this: (Chrome settings):
![image](https://user-images.githubusercontent.com/15312346/40205096-1877223e-5a2b-11e8-9b7e-a18f6b460e2e.png)
…
-
I managed to get this exception in [`LocalizeRouterPipe`](https://github.com/Greentube/localize-router/blob/master/src/localize-router.pipe.ts), but hard to reproduce.
![exception](https://user-ima…
-
**Describe the bug**
When using ngx-charts with Angular Universal I'm getting an error while server rendering is happening
```
ERROR TypeError: Cannot read property 'width' of undefined
at Lin…
-
app.module.ts
import { TranslateModule, TranslateLoader } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { HttpClient, HttpClientModule } from …
-
## Current behavior
ERROR Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: ''. Current value: '1'.. Find more at https://angula…
-
Integrate support for translation keys for [ngx-translate](https://github.com/ngx-translate/core)
The ngx-translate is a module that supports translation files, a good idea would be to add its servic…