-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
@ngrx/store: Update examples to standalone APIs #4067
Comments
Can we make PRs to help on this issue? |
@Jad31 sure. I'll take Store/Effects but the rest are up for grabs |
@brandonroberts I'm eager to start working on the other sections. However, I'd appreciate it if you could share an example or template for the "Store/Effects" part first. This will help ensure a consistent approach across all sections. Thanks! |
I will pick up Router Store! |
Thanks everyone! I will have an example PR soon |
Hello ! I guess it's related to both docs and schematics, but is it planned to make / document a schematic option for basic operations in a standalone app in order not to use the StoreModule but the provideStore ? |
Hi @brandonroberts, do you need extra support on it? |
@geromegrignon since you offered support, I am mentioning you as I am considering to provide an update to the store walkthrough. I identified these tasks:
While I am confident that I can update the walkthrough.md on my own, does updating the example app imply retesting/fixing all other examples since they share one package.json if I want to use e.g. angular 18/19? Or do you have an overview of someone is already working on updating the boilerplate? Best regards |
Hi @Davidihl, I miseed the previous accepting PRs tag so I still have to start working on it. If you happen to attend NgGlühwein at Vienna, we can talk in person there! |
This issue includes updating code snippets and sections from Pages without examples with NgModules should not be modified. This issue does not include updating the Here are the PRs for updating documentation of other packages to standalone:
|
@markostanimirovic thank you for clarifying. |
Information
Standalone APIs have been stable since Angular v16, and we should update the
@ngrx/store
documentation to use standalone APIs by default, and reference previous versions of the docs for module-based apps.Documentation page
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: