Krzysztof Brilla

Results 45 comments of Krzysztof Brilla

@MGX-CODING mayby this will cover Your needs https://ngxtension.netlify.app/utilities/signals/derived-async/ it will look like this: ```ts $control = signal(new FormControl('')); $valueChanges = derivedAsync(() => $control().valueChanges); ```

Question: here in Chrome Developers youtube video on [morphing buttons ](https://www.youtube.com/watch?v=N2BKAKwGP6M) View Transition API is used not on routing but actually on dom changes and I was wandering are You...

Why not reject the promise in such a case then? W dniu sob., 19.03.2022 o 21:09 Alexander Turtsevich < ***@***.***> napisał(a): > @gkalpak , so basically it makes no sense...

Please, mayby create an questionnaire like with nesting, to gather more votes on the matter.

I think discussion `:part()` vs `:custom-pseudo` was held many times in recent year always in favor of custom pseudo.

I'm afraid that my hopes were rushed and my example from Angular v14 still don't work after updating to latest Angular and new code flow: https://stackblitz.com/~/github.com/kbrilla/angular-issue-null-operator-v18.1 ```ts import { Component,...

> > Don't know if it deserves it's own issue either, but I find it confusing that `foo?.bar` is `null` in Angular templates, but `undefined` in JS when `foo` is...

any luck the tool is now accounting now for `inert`?

Is the code behind this feature using typescript auto-import rules? [https://github.com/microsoft/TypeScript/issues/51155](Auto-import priority rules) There are some issues right now in TS when for example monorepors like nx are involved where...