You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use NavItemsService to add new Componet to the top right nav items but it's not being rendered don't know what is the reason, I tried the same with UserMenuService and It worked fine but I don't need it there, however I tried another solution to replace the Language Selection Component using ReplaceableComponentsService with a new Component which should include both the Language Selection Component and My New Component and it's rendered but the issue is I can't reuse the Language Selection Component,
I tried to use the selector <abp-language-selection> </abp-language-selection> and <lpx-language-selection></lpx-language-selection> but both can't be found or treated as existing Components
The text was updated successfully, but these errors were encountered:
I tried to use
NavItemsService
to add new Componet to the top right nav items but it's not being rendered don't know what is the reason, I tried the same withUserMenuService
and It worked fine but I don't need it there, however I tried another solution to replace the Language Selection Component usingReplaceableComponentsService
with a new Component which should include both the Language Selection Component and My New Component and it's rendered but the issue is I can't reuse the Language Selection Component,I tried to use the selector
<abp-language-selection> </abp-language-selection>
and<lpx-language-selection></lpx-language-selection>
but both can't be found or treated as existing ComponentsThe text was updated successfully, but these errors were encountered: