Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/component-store/lifecycle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Aug 15, 2023
1 parent 59cd6c2 commit 67fbbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ It also exposes a `destroy$` property on the ComponentStore class that can be us

<code-example header="movies.store.ts">
@Injectable()
export class MoviesStore extends ComponentStore&lt;MoviesState&gt; {
export class MoviesStore extends ComponentStore&lt;MoviesState&gt; implements OnDestroy {

constructor() {
super({movies: []});
Expand Down

0 comments on commit 67fbbc8

Please sign in to comment.