Default Title

All Accepted Questions Add Question Log In


  • Paweł:
    How signals are dealt with in older Angular versions f.e 18? Is there any benefit to start using them there?

    Category: Signals
  • Piotrek:
    Are there any plans or considerations for utility functions to combine multiple Resources - for example, something similar to RxJS’s combineLatest?

    Category: Signals
  • 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
  • Lee Woltman:
    What's the future of the ControlValueAccessor interface in the world of signals? Will it evolve to a new interface?

    Category: Forms Signals
  • Eric:
    Where was the original ibspiration fir reactive behavior and signals coming from?

    Category: Signals
  • Eric Auster:
    Can we dynamically create signal stores, form stores, and validation schemas at run time based on metadata (required, read-only, etc.) for each field defined on the backend?

    Category: Signals Forms State-Management
  • Przemek:
    New architecture looks like completely new framework. Is it better than React? If I need to learn everything from scratch, isn’t it better to learn React instead, which has broader market share and more positions to apply for job?

    Category: General Signals
  • Anis Ourajini:
    Hello, have already started using the NgRx signal store implementation for new features, on the other hand, I have a lot of old NgRx store implementations. Is there any documentation or playgrounds to facilitate migration to signal store? Thanks.

    Category: Signals State-Management
  • Anis Ourajini:
    Hello, first of all, I would like to thank you for these presentations. It's incredible to see Angular develop. My question is: why is the signal effect (() => ...) not recommended for use and what are its side effects? Thank you.

    Category: Signals
  • Albert:
    Can we expect future Resource integration with Router Resolvers, making the resolved data available inside the component as well - for example, to trigger a reload?

    Category: Signals
  • Adam:
    When will we be able to use the Resource API for sending updates to the server?

    Category: Signals
  • Wojtek:
    Which new Signals are planned? What use cases is mappedSignal intended to cover?

    Category: Signals
  • Danil:
    When do you plan to make the Resource API available as a Developer Preview or as a Stable release?

    Category: Signals
  • Krzysztof:
    Will there be a new change detection mode that combines zoneless and OnPush directly?

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

    Category: Signals Architecture
  • Yaroslav:
    With Angular moving toward signals, what is the recommended approach to balancing signals with existing RxJS-based codebases?

    Category: Signals
  • 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
  • Evan:
    Would it be possible for resources to be “enabled” only when certain conditions are met? For example when 2 signals contain value. (Similar to tanstack query’s enabled property)

    Category: Signals
  • Artiom Tofan:
    Are there plans to add signal operqtors? Like debounce, throttle etc..?

    Category: Signals
  • Eric:
    Will there be a migration from reactive forms to signal forns?

    Category: Signals Forms