Julian Jandl
Julian Jandl
@edbzn thx for the finding! What strategy is active during tests? Is it normal? Then the problem lies in the fact, that rxLet will create its template not sync, but...
The renderCallback is a property on the `rxLet` directive which informs you about when the directive finished rendering. Use it like this: ```html ``` ```ts @Component({}) export class Component {...
Thank you very much! This is way better than what I had in mind. > I make following assumption: Very view people pluck deeply nested properties. innocent (please correct me)...
@matejchalk i actually like that idea pretty much. would you like to PR this?
won't that be fixed by: (the optional stuff)? > * Modify the `select` overloads to support `select('key', operator1, operator2, ...)` (optionally also drop support for `select('key1', 'key2', ...)` if that...
hi @manju-reddys ! thx for reporting this issue :+1: . We are already on track on this here: #412 . Maybe you head there and look if any of the...
@mrkpks thx for the PR! from my perspective it looks good besides the minor comment above. A further improvement would be a way to let it not run everytime. We...
hey @twittwer thx for the issue! Is there any way you can give us more information about the code? A tiny stackblitz example providing some snippets about how `vm$` is...
Can we observe some weird behavior in the current stackblitz example? > Maybe I have to add some of the NgRx setup to introduce some more asynchronicity. NgRx shouldn't be...
@arturovt you nailed it as always :100: :fire: !!! This should end up as *.md file in the rx-angular repo! @BioPhoton what do u say?