-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
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> >