components
components copied to clipboard
refactor(multiple): use takeUntilDestroyed() for automatic cleanup
Replaces manual subscription tracking with takeUntilDestroyed() to ensure subscriptions are cleaned up automatically and simplify the code.