Skip to content

Commit f658b02

Browse files
committed
docs(ngrx): update example docs
1 parent 1ee0300 commit f658b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/snippets/stateful-standalone-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pubDate: Feb 25, 2023
66
contributedBy: "@JayCooperBell"
77
---
88

9-
A simple example of adding state to a component without an additional service with NgRx Component Store.
9+
Using NgRx Component Store to add state to a Component without an additional service.
1010

1111
```typescript
1212
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)