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

Refactor the Bookstore tutorial without NGXS #4537

Closed
mehmet-erim opened this issue Jun 30, 2020 · 2 comments · Fixed by #4536
Closed

Refactor the Bookstore tutorial without NGXS #4537

mehmet-erim opened this issue Jun 30, 2020 · 2 comments · Fixed by #4536
Assignees
Milestone

Comments

@mehmet-erim
Copy link
Contributor

No description provided.

@sarshogh
Copy link

sarshogh commented Jul 21, 2020

Hi @armanozak and @mehmet-erim

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 ?

@mehmet-erim
Copy link
Contributor Author

mehmet-erim commented Jul 22, 2020

Hi @sarshogh

If your component logic does not affect another component, you do not need to use the store. BookStore is a CRUD tutorial. The store is not required in this case. The BookStore tutorial was too complex. We made it a simple tutorial.

You can still use the store, there is not any problem to use the store. My suggestion is to you, follow the BookStore tutorial again and see what changes we made for Angular UI. Now the best guide is the BookStore tutorial.

You can also see the v2.9 to v3.0 Angular UI Migration Guide

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