Matthieu Riegler

Results 652 comments of Matthieu Riegler

@monacodelisa You can deploy on [Vercel serverless](https://dev.to/jdgamble555/how-to-deploy-angular-universal-to-vercel-31d0) and [Netlify Edge](https://docs.netlify.com/frameworks/angular/).

Yes this is what is hapeing in your case, CSR is what currently renders your posts . You need a node server to run SSR.

You commit was authored with the following address : mar******tin​@envisionpharma.com, this is the one that should sign the CLA.

You can ammend the author with `git commit --amend --author="John Doe "`

There are currently 3 commits, 1 still from the original author. We'd like this change to be a single commit. Can you squash them ?

The PR has a conflict, could you please rebase it ? thank you.

@robertIsaac In your case you can fix it by specifying both generics defined by `viewChild.required(locator: ProviderToken|string, opts: {read: ProviderToken}): Signal;` : ```ts viewChild.required(MatCard, { read: ElementRef }); ```

It's a side effect of implementing #55196. I'll make sure to only show usages for methods.

Having a default default value means that every signal would keep a reference to an object it might not use anymore hence increasing the memory footprint. As you said this...