Allow to pass an Observable as notification content
AndreKoepke opened this issue · 1 comments
AndreKoepke commented
It would be cool, when we can pass Observables as content for notifications. Then can something like this possible:
notificationService.show(translationService.stream('translationKey'));
Relates to: