Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/component-store/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
  • Loading branch information
alex-okrushko and timdeschryver authored May 21, 2020
1 parent 95f2a4c commit a196f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ngrx.io/content/guide/component-store/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @ngrx/component-store

ComponentStore is a standalone library that helps managing local/component state. It's an alternative to push-based "Service with a Subject".
ComponentStore is a standalone library that helps to manage local/component state. It's an alternative to push-based "Service with a Subject".

## Introduction

Expand Down Expand Up @@ -48,4 +48,3 @@ export class MoviesPageComponent {
}
</code-example>


0 comments on commit a196f74

Please sign in to comment.