We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee0300 commit f658b02Copy full SHA for f658b02
src/pages/snippets/stateful-standalone-component.mdx
@@ -6,7 +6,7 @@ pubDate: Feb 25, 2023
6
contributedBy: "@JayCooperBell"
7
---
8
9
-A simple example of adding state to a component without an additional service with NgRx Component Store.
+Using NgRx Component Store to add state to a Component without an additional service.
10
11
```typescript
12
import { Component } from '@angular/core';
0 commit comments