ngx-translate / core

The internationalization (i18n) library for Angular
MIT License
4.53k stars 578 forks source link

Facing issue in multi modules #1074

Open shafqatsiddiqui opened 5 years ago

shafqatsiddiqui commented 5 years ago

Im facing problem language is not converting in other module works fine those component which are in app module not in user module components. my translation related work is in Shared module,

i have multiple modules like Main App module Shared Module (Translation inside this module as per as library instructed https://github.com/ngx-translate/core) User Module (language is accessible but not converting) "@ngx-translate/core": "^11.0.1", "@ngx-translate/http-loader": "^4.0.0", Example: https://stackblitz.com/edit/angular-w2afh1 If you click home login or register and change the language it will be change but not in profile page

shafqatsiddiqui commented 5 years ago

Any one