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 7da57bc commit 53f3879Copy full SHA for 53f3879
modules/component-store/src/component-store.ts
@@ -266,7 +266,7 @@ export class ComponentStore<T extends object> implements OnDestroy {
266
/**
267
* Creates an effect.
268
*
269
- * This effect is subscribed to for the life of the @Component.
+ * This effect is subscribed to throughout the lifecycle of the ComponentStore.
270
* @param generator A function that takes an origin Observable input and
271
* returns an Observable. The Observable that is returned will be
272
* subscribed to for the life of the component.
0 commit comments