Managing Service Arguments and Dependencies in TypeScript for Testing
Is there a way to get arguments to a service?
I have something like this. However, I was hoping to maintain the
I'm not sure if what i'm thinking is overkill here though. I just am providing this service
I have something like this. However, I was hoping to maintain the
Live property being just a layer that I can provide, so its easier to "swap" out dependencies for testing.I'm not sure if what i'm thinking is overkill here though. I just am providing this service
