Skip to content

Conversation

MeAkib
Copy link
Contributor

@MeAkib MeAkib commented Oct 8, 2025

  • Replace lifecycle hooks with constructor initialization
  • Convert properties to signals (items, section, _categoryListSummary)
  • Use takeUntilDestroyed() for automatic cleanup
  • Replace async/await with switchMap to prevent race conditions
  • Remove manual subscription management

Benefits: Better performance, automatic cleanup, safer async handling

@MeAkib MeAkib requested a review from a team as a code owner October 8, 2025 18:37
@MeAkib MeAkib requested review from andrewseguin and wagnermaciel and removed request for a team October 8, 2025 18:37
@angular-robot angular-robot bot added the area: docs Related to the documentation label Oct 8, 2025
@crisbeto
Copy link
Member

crisbeto commented Oct 9, 2025

Looks like there are lint failures.

- Replace lifecycle hooks with constructor initialization
- Convert properties to signals (items, section, _categoryListSummary)
- Use takeUntilDestroyed() for automatic cleanup
- Replace async/await with switchMap to prevent race conditions
- Remove manual subscription management

Benefits: Better performance, automatic cleanup, safer async handling
@MeAkib MeAkib force-pushed the refactor/docs-category-list branch from 24373e1 to 238d861 Compare October 10, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants