Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NGXS Whereever Not Required #4254

Closed
armanozak opened this issue Jun 8, 2020 · 2 comments · Fixed by #4377
Closed

Remove NGXS Whereever Not Required #4254

armanozak opened this issue Jun 8, 2020 · 2 comments · Fixed by #4377

Comments

@armanozak
Copy link
Contributor

No description provided.

@sarshogh
Copy link

sarshogh commented Jul 21, 2020

Hi @armanozak , @mehmet-erim and @hikalkan

Is there any reason Ngxs has been removed from ABP template V.3.4 ?
We are keen to keep our project based on Abp angular template but getting latest version looks threre is no Ngix state and actions folders ? right ?
we used abp cli to generate those proxy, can still use them ?
can you please provide us any document how to keep them or how to migrate it to new version ?

@armanozak
Copy link
Contributor Author

Hi,

Gradually, we are planning to remove dependency to NGXS in all our core features and make them available for use with, including but not limited to NGXS, NgRx, Akita, or no state management at all.

The store is still generated and placed at the same directory as before. The component templates do not use them, because there is no need to, but using actions and selectors is still possible.

We will add this to the documentation soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants