SchweizerischeBundesbahnen/scion-workbench

Allow to pass an Observable as notification content

AndreKoepke opened this issue · 1 comments

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:


public async show(notification: string | WorkbenchNotificationConfig, qualifier?: Qualifier): Promise<void> {