@datorama/akita-ng-effects for TypeScript 2.7.2 or a workaround with ts-action along with @datorama/[email protected] #655
Replies: 2 comments 5 replies
-
ts-action and ts-action-operators depend on typescript 4. I don't think it would be a good solution. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm submitting a support/question issue.
Is there a way to use
@datorama/akita-ng-effects
with Angular 6.1.0 with TypeScript 2.7.2, Upgrade is not possible because the project is huge with several dependencies.I found out
@datorama/[email protected]
is compatible for my situation, but I also need@datorama/akita-ng-effects
Or is there a workaround for getting functionality provided by
@datorama/akita-ng-effects
using ts-action lib or any way?[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
Current behavior
Expected behaviour
No typings issue.
Minimal reproduction of the problem with instructions
Create an
[email protected]
project with the following dependency versions:What is the motivation/use case for changing the behaviour?
Since the Angular and Typescript versions are older, the functionality provided by Akita is more helpful than any other state management library.
Environment
For Tooling issues:
Others:
Stackblitz: https://stackblitz.com/github/vegeta03/immer-akita-ng-effects
Github: https://github.com/vegeta03/immer-akita-ng-effects
Beta Was this translation helpful? Give feedback.
All reactions