LanderBeeuwsaert

Results 36 comments of LanderBeeuwsaert

:-), (won't take you up on the offer) But thanks for responding!

I am of the same opinion, this would decrease complexity and boilerplate much more than standalone components do (if using rxjs of course)

Hi Kara, last time I stripped our application down for a bughunting repo it took a lot of time, which for the moment we don't have, I'm sorry. What I...

@codecoster Thanks for the catch, I forgot to add the onPush, all components in the hierarchy have onPush indeed. Just added it to the stackblitz but also with that I...

Hi @matsko , I've just played around a bit again. We're on 9.0.7 and latest Material as well. I've really isolated it to one instance of animation: ```html ``` If...

Hi all, I don't have the same issues as @kemsky but the new delete() and saveAs() don't work for us/me as well. It seems to never resolve when you call...

For us, I think this could help us out with our usage of firestore that if I understand correctly uses websockets under the hood as well. We would be interested...

Jep, for us, a slowMo per page + (optionally that you can set dynamically) would be what we are looking for.

Hello, just to let you know that I needed this and hacked it to work in my project. I provide the code which works for me below. However this is...