Matthieu Riegler

Results 335 comments of Matthieu Riegler

Performance wize `$index` is a reasonable default. It is indeed not suited when the dom is stateful, A focused input is a good example. Here is another example where, it's...

As discussed within the team, this is the designed behavior and we'd like to keep it that way !

The issue is on : https://angular.dev/tools/libraries/using-libraries

I cannot reproduce it with the same latest dependencies. Do you mind sharing on github the project created by the CLI ?

Hi, without a reproduction this isn't actionnable to use. Please try to provide a narrowed down example of the memory leak.

You didn't provide a reproduction also I see that this is likely animation related, so I believe it is a dupe of #54149

How did you setup your HttpModule/http providers in your `AppServerModule` before `provideHttpClient(withFetch())` ?

OP didn't provide a reproduction, we going to close this issue for now. If someone has a similar issue with a reproduction, feel free to open a new issue and...

@dgp1130 1. I've marked this a refactor, so we can land it outside a minor. 2. Yes I'd love to add some tests, unfortunately, testability is quite poor right now...

@dgp1130 Let me know what you think of the added tests and if you see some other possibilities !