When can we expect Angular Resources to move from the 'experimental' status to 'developer preview'? Additionally, is there a timeline for when guidance will be available on using Resources for POST requests (server-side mutations)?
When can we expect Angular Resources to move from the 'experimental' status to 'developer preview'? Additionally, is there a timeline for when guidance will be available on using Resources for POST requests (server-side mutations)?
Can I somehow patch the compiler, so I can replace one component with another during the build? Assuming those components would implement one interface. The main purpose would be in large monorepos, when eg. I have multiple applications and I have the form input component to have different implementations for web and for mobile apps, but in my form components, I would like to use only the “common” form input component. So I do not have to have duplicated forms for every application, just because I want to render some inputs differently
Is It possible to define @defer/hydration triggers dynamically? (e.g. trigger specified in a CMS component’s data, but not hardcoded in HTML template)?
Shall we use signal events or not? Some people say it's just a fallback to classic store and that's conceptually different than signal graph pattern. Personally I enjoy the redux pattern and it's separation of command from the whatever going to happen.
What is your perspective on using a custom DI layer in a Clean Architecture setup for Angular applications? Given that Angular already provides a robust dependency injection system, does implementing manual injection add any real value?