Coder Social home page Coder Social logo

Comments (1)

markostanimirovic avatar markostanimirovic commented on May 27, 2024

For an example of what I mean, you can check the createInjectionToken function in the ngextension library.
https://ngxtension.netlify.app/utilities/injectors/create-injection-token/

The idea with [provide, inject] tuple is from initial SignalStore proposal.

The injection token's limitation is that it cannot be provided via the providers array without useFactory. That's the reason why the provide.. function is necessary for tokens. On the other hand, this is not needed for services (classes).

By the way, I opened an issue for this some time ago: angular/angular#49807

It would be convenient if the signalStore function, instead of returning the class to use for providing and injecting, returned two functions that act as injection function and provider function using the new standalone syntax.

Can you provide more details on why the [provide, inject] tuple instead of a single service seems more convenient to you?

As I mentioned, we started with this approach but changed it for two main reasons:

  • Simplicity: There is no need for a different signature when SignalStore is provided at the root level. With [provide, inject] approach, the provide function is not needed for root-level stores.
  • Testing: Service can be easily mocked

from platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.