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
Is your feature request related to a problem? Please describe.
Currently I'm not able to dynamically update default labels, for example when changing language in the application using ngx-translate, without doing full application reload.
Describe the solution you'd like
MatSelectSearchOptions should be loaded dynamically (using BehaviorSubject or similar solution..)
Additional context
Please make MAT_SELECTSEARCH_DEFAULT_OPTIONS token similar to APP_INITIALIZER token where you can provide dynamically loaded values.
@macjohnny Tried to implement, but I couldn't get it working with my project. I would appreciate if you could add that enhancement yourself, as I'm not very familiar with angular library development
Is your feature request related to a problem? Please describe.
Currently I'm not able to dynamically update default labels, for example when changing language in the application using ngx-translate, without doing full application reload.
Describe the solution you'd like
MatSelectSearchOptions should be loaded dynamically (using BehaviorSubject or similar solution..)
Additional context
Please make MAT_SELECTSEARCH_DEFAULT_OPTIONS token similar to APP_INITIALIZER token where you can provide dynamically loaded values.
InjectionToken<readonly (() => Observable< MatSelectSearchOptions> >
The text was updated successfully, but these errors were encountered: