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
Not sure if this is possible, but I'd like to use variables like below:
{{ result.result }} :: {{ result.messages }}
I could then call the service like this:
this._flashMessagesService.show();
Is there a way to make this behave this way? I'd just put the variables in the .show() args, but they are results of an observable and I can't get it to work that way.
Thx
The text was updated successfully, but these errors were encountered:
Not sure if this is possible, but I'd like to use variables like below:
{{ result.result }} :: {{ result.messages }}
I could then call the service like this:
this._flashMessagesService.show();
Is there a way to make this behave this way? I'd just put the variables in the .show() args, but they are results of an observable and I can't get it to work that way.
Thx
The text was updated successfully, but these errors were encountered: