Julian Jandl

Results 101 comments of Julian Jandl

> I believe Angular 11.2 will have support for ES2017+ when it's released if all goes well, so you can start targeting that ES level with that version and still...

hi @gpeel, I have investigated your issue. Let me try to explain what happens here. The first thing to note is, that you won't suffer from overrendering by simply turning...

hi @d-stolyar THX for the hotfix! :+1: Could you maybe add a test which covers this? This is already a regression and I'd like it to be the last one...

oh forgot to mention... If you need any help or don't want to write tests, just ping one of us :+1:

@d-stolyar can u please merge master into your branch? :)

interesting idea to use `ApplicationRef#tick`. But we need to make sure to coalesce it properly, otherwise we run into heavy over-renderings. Also we don't have access to AppRef inside the...

we can also just point global to native strategy and deprecate it

thanks @LayZeeDK, I will check it out soon!

hi @silberjan thx for the issue. [In this PR](https://github.com/rx-angular/rx-angular/pull/1305) we probably will introduce a `cdk/testing` package, where we can add other testing related utilities as u suggest. We will probably...

hi @yjaaidi i'm a huge huge fan of your idea! While reading your proposal some questions raised in my mind. ### Improve the provide/inject The private store pattern is only...