Default Title

All Accepted Questions Add Question Log In


  • Rafal:
    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)?

    Category: Signals Architecture
  • Rafał:
    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)?

    Category: Signals Architecture
  • Pavel:
    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

    Category: Architecture
  • Artiom Tofan:
    Will Angular support Typescript Project References?

    Category: Architecture
  • Kris Platis:
    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)?

    Category: Architecture
  • Kris Platis:
    Thank you for making Zoneless possible! What were your biggest architectural and technical challenges while making Zoneless possible?

    Category: Architecture
  • Rasmus:
    What guidelines should we follow to ensure clean code when an effect is responsible for mutating state managed by signals?

    Category: Signals Architecture
  • Konrad:
    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.

    Category: Architecture Signals State-Management
  • ADRIAN:
    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?

    Category: Architecture