Michael Hladky

Results 118 comments of Michael Hladky

IMHO the action/signal should be owned by `this.dialog`. A hacky way could be `concat(process$, of('').tap(v => this.ui.create()))`

Hi @nartc , What do you say to the config object `{search: (e) => e.target.value}`? It would centralize all customizations needed to consume the UI.

@nartc you can have a look at the implementation and typing of the config.

Hi @ddprrt! Thx for your support! We think about dropping a feature because of complexity but I would really love to see that shipped. ```typescript function coerceString(e: Event | string):...

@wizardnet972 I realized you commented on a issue on that too... Please have a look.

Hi @santoshyadavdev what should we do with this PR?

Thx for the issue! Get back with updates.

Hi! In the PR for RxEffects we implemented angulars error handler. Would be col if we could do the same here. https://github.com/rx-angular/rx-angular/pull/569/files#diff-9afb99d5c66b09318924448921fd9e1f7eefe3b2d5244af8f125266f57378c93R75