You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This class creates RxActions bound to Angular's DI life-cycles. This prevents memory leaks and optionally makes the instance reusable across the app.
18
-
* The main function here is called `create`, optionally you can also call `destroy` to complete all action channels.
12
+
* The function has to be used inside an injection context.
19
13
* If the consumer gets destroyed also the actions get destroyed automatically.
20
14
*
21
15
* @example
22
-
* const factory = new RxActionFactory<{search: string}>();
0 commit comments