Skip to content

Commit 578714e

Browse files
committed
docs: ngxs docs update
1 parent 38a409e commit 578714e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- [@angular-ru/cdk/big-decimal](cdk/big-decimal.md)
3636
- NGXS
3737
- [Introduction](ngxs/README.md)
38+
- [Quick Start](ngxs/quick-start.md)
3839
- [@StateRepository](ngxs/state-repository.md)
3940
- [@DataAction](ngxs/data-action.md)
4041
- [@Computed](ngxs/computed.md)

docs/ngxs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Benefits:
4646
- Persistence state out-of-the-box in sessionStorage, localStorage, custom (`@Persistence()`)
4747
- Automatic action naming by service methods for improved debugging (`@DataAction(), @Payload(), @Named()`)
4848

49-
Minimal peer dependencies:
49+
Minimum peer dependencies:
5050

51-
- Require minimal `@ngxs/store v3.6.2`
52-
- Require minimal `TypeScript v3.7.2`
51+
- `@ngxs/store`: `20.0.0`
52+
- `TypeScript`: `5.8.2`
5353

5454
### Simple example
5555

docs/ngxs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class AppComponent {
9090

9191
#### Debugging
9292

93-
`Need provide logger-plugin`
93+
Can be debugged using NGXS logger plugin.
9494

9595
```typescript
9696
import {withNgxsLoggerPlugin} from '@ngxs/logger-plugin';

0 commit comments

Comments
 (0)