Matthieu Riegler

Results 335 comments of Matthieu Riegler

I'm proposing this PR #48863 to implement the necessary feature for #angular/components to support composite validators in MatFormFields ! Any feedback is welcome !

To the lovely folks working on Angular, what's preventing from making `isStandalone` public ? Alternatively, I could submit a PR with an implementation of `reflectComponentType` equivalents for Pipes/Directive if that...

We're looking at deprecating the angular.io documentation in favor of https://angular.dev. Feel free to open an issue dedicated for the new doc site if you have suggestions, thank you.

I've proposed an `EventManagerPlugin` in #50082 to handle passive event listeners. Even if the PR doesn't move forward, you'll have the code to implement it in your own project 😊

+1, to me #1488 wasn't fixed. I'm really looking to be able to publish a SSG Qwik site on GH pages !

I was able to deploy a working demo app [here](https://jeanmeche.github.io/qwik-app/flower/) ([repo](https://github.com/JeanMeche/qwik-app)). I had to tweak `entry.ssr.tsx` by setting : `base: '/qwik-app/build',` where `qwik-app` is the pathname where the app is...

@manucorporat what should the plugin config be ? In my case I have : ``` staticAdapter({ origin: 'https://jeanmeche.github.io', base: 'qwik-city', }) ``` But files are still pulled from the origin...

The `DefaultValueAccessor` won't work on custom component. * Events are bubling up from the input, so they are caught by the DefaultValueAccessor, this is fine. * But the value accessor...

Note: We plan to precate the `HttpClientModule` (see #54020). The `provideHttpClient` provider function doesn't suffer from this issue this is now the recommended function to use.