Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Fixed the documentation for creating a new store in a sub module
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed May 3, 2018
1 parent 5942885 commit fec14b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schematics/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Generate an `Admin` feature state within the `admin` folder and register it with

```sh
ng generate module admin --flat false
ng generate store Admin -m admin/admin.module.ts
ng generate store admin/Admin -m admin/admin.module.ts
```

Generate the initial state management files within a `store` folder and register it within the `app.module.ts`.
Expand Down

0 comments on commit fec14b7

Please sign in to comment.