Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Dec 1, 2024
2 parents a9e7ff3 + 4d0d9b2 commit 0ae2066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/concepts/store/schematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ng generate @ngxs/store:store --name NAME_OF_YOUR_STORE

> When working with multiple projects within a workspace, you can explicitly specify the `project` where you want to install the **store**. The schematic will automatically detect whether the provided project is a standalone or not, and it will generate the necessary files accordingly.
> Be sure to update `provideStore` in `app.config.ts` if working with standalone project or `NgxsModule.forRoot([])` in `app.module.ts` if working with module based project. Without this, your app will not recognise your store and actions properly.
🪄 **This command will**:

- Generate a `{name}.actions.ts`
Expand Down

0 comments on commit 0ae2066

Please sign in to comment.