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 want MdDialogConfig to have option for panelClass to be an array of classes, like panelClass: ['custom-container', 'widget-container']
What is the current behavior?
Currently there could be only one panelClass per dialog
What is the use-case or motivation for changing an existing behavior?
I want to add various classes depending on environment, but i have no such option and i have to include all possible combinations into separate classes