robisim74 / angular-l10n

Angular library to translate texts, dates and numbers
MIT License
380 stars 59 forks source link

Double language after reloading page using fragment #303

Closed ihor-zinchenko closed 4 years ago

ihor-zinchenko commented 4 years ago

Hi! I add link to the fragment and after reloading page l10n double lanuage Before reloading: http://localhost:4200/en#system After reloading: http://localhost:4200/en/en#system Please help)

`<a [routerLink]="['/']" [fragment]="item.fragment"

{{ item.text | translate:locale.language }} `

robisim74 commented 4 years ago

@IhorVimmi Please follow the issue template, or provide at least essential information such as the versions you are using.

In the sample app (https://github.com/robisim74/angular-l10n/tree/master/projects/angular-l10n-app), adding fragments seems works.

robisim74 commented 4 years ago

I'm closing due to lack of response.