Extending a Service with Effect Typescript Library
Hey, I was wondering how extending a Service would look like?
e.g. if i have a
Here is my solution - but I was wondering if there might be any issues with this approach or if there is actually some built in method to do that?
Thanks for your help
e.g. if i have a
SharedFooService and a SpecificFooService i would like the SpecificFooService to build on top of SharedFooService and also provide all the methods that SharedFooService provides.Here is my solution - but I was wondering if there might be any issues with this approach or if there is actually some built in method to do that?
Thanks for your help
