Skip to content

Commit 53f3879

Browse files
authored
docs(component-store): clarify effect description (ngrx#2997)
1 parent 7da57bc commit 53f3879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/component-store/src/component-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class ComponentStore<T extends object> implements OnDestroy {
266266
/**
267267
* Creates an effect.
268268
*
269-
* This effect is subscribed to for the life of the @Component.
269+
* This effect is subscribed to throughout the lifecycle of the ComponentStore.
270270
* @param generator A function that takes an origin Observable input and
271271
* returns an Observable. The Observable that is returned will be
272272
* subscribed to for the life of the component.

0 commit comments

Comments
 (0)