Andreyan Andreev
Andreyan Andreev
thanks for taking time to respond, I will try to prepare the example sometime next week.
I think that you can just include this repo url in your package.json and npm will pull it from here.
Can you describe what you imagine the end result should look like?
Hey guys, sorry for not having the time to attend this repo, at this point I can say that I do not plan to maintain it in its current form....
Very promising work again. I guess that this will not work with redux dev tools? On the original comment: ```typescript @Action(NewAnimal) newAnimal(state, { payload }) { return this.animalService.save(payload).map((res) => new...